Change Ticket label

Home Forums Ticket Products Event Tickets Plus Change Ticket label

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #171161
    masterns
    Participant

    What’s the best way to change “Ticket” to something else (e.g.”Waitlist reservation”)?

    #172070
    Barry
    Member

    Hi!

    There are a few ways to do this – template overrides are one of the easiest but it really depends on where you want to make the change. Your first stop though should be our Themer’s Guide which covers the basics 🙂

    To take an example, if you want to change the word Tickets that appears above the ticket form in single event views, you could override the wotickets/tickets.php template and, in your own copy, find this line:

    <h2><?php _e( 'Tickets', 'tribe-wootickets' );?></h2>

    Simply change it to whatever you need, ie:

    <h2>Waitlist Reservations</h2>

    Does that help?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change Ticket label’ is closed to new replies.