Tickets sold out

Home Forums Ticket Products Event Tickets Plus Tickets sold out

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1123015
    John Paul
    Participant

    Hi, I would like to change the notice that says ”tickets sold out” to ”places sold out”

    I managed to do this for the events plugin to change events to courses (through the Functions.php)

    Is there a similar way I can do this for this problem?

    #1123026
    Geoff
    Member

    Hey John,

    Sure, that’s possible!

    You can override the template file for the tickets form and that will allow you to customize the message.

    To do that:

    • Make a copy of the tickets.php file. It’s located at /wp-content/plugins/event-tickets-plus/src/views/wootickets/tickets.php
    • Make a new folder in your theme directory called tribe-events
    • Make a new folder in that one called wootickets
    • Drop the copied tickets.php file in that last folder

    Now that the template is in your theme, you can modify it to suit your needs. In this case, change the messaging for “Out of Stock” which starts on line 86.

    Will that work for you? Please let me know. 🙂

    Cheers!
    Geoff

    #1123055
    John Paul
    Participant

    sounds great !! thank you!!

    #1123329
    Geoff
    Member

    My pleasure! Thanks for following up. 🙂

    I’ll go ahead and close this thread but please feel free to open a new one if any other questions pop up and we’d be happy to help.

    Cheers,
    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Tickets sold out’ is closed to new replies.