Edit 'Tickets' Header on Ticket Added to Post/Page

Home Forums Ticket Products Event Tickets Plus Edit 'Tickets' Header on Ticket Added to Post/Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1118524
    Angela
    Participant

    Hi,

    I would like to edit the ‘Tickets’ header that is displayed above the ticket section on a page or post. I have tried the steps listed here: https://theeventscalendar.com/support/forums/topic/change-rsvp-and-woocommerce-text-in-the-ticket-creation-radio-button-options/ and also reviewed all of the information in the Themer’s Guide but my edits to the ticket.php file are not showing up.

    I cleared my cache. I know I must be missing something. Any idea what it could be?

    Thank you!

    #1118573
    Hunter
    Moderator

    Hey Angela,

    You’ll need to copy the contents of /event-tickets-plus/src/views/wootickets/tickets.php and paste into a new document. Save this new file in /your-theme/tribe-events/wootickets with the name tickets.php.

    The line you’ll need to edit on your nearly created tickets.php file (as explained in the Themer’s Guide) is found on line 20:

    <?php esc_html_e( 'Tickets', 'event-tickets-plus' ) ?>

    Change ‘Tickets’ to ‘Money’ or whatever you’d like to alter the title to.

    Let me know if this helps 🙂

    #1118763
    Angela
    Participant

    Hi Hunter,

    Thank you for your quick response and help. In the post I linked to the solution contained an extra folder (‘tickets’ inside of ‘tribe-events’ with ‘wootickets’ inside of that). The Themer’s Guide also reads in this manner.

    The method you have provided works.

    Thanks Again!

    #1118996
    Hunter
    Moderator

    Glad to hear it’s been solved! I’ll close this thread out but go ahead and open a new thread if you’ve got any more questions. Have a good weekend 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Edit 'Tickets' Header on Ticket Added to Post/Page’ is closed to new replies.