Change Default Text

Home Forums Ticket Products Event Tickets Plus Change Default Text

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1335642
    Casper Blackwell
    Participant

    Howdy,

    Is it possible to change “buy now” button to say “register”?

    Also, is it possible to have the text “ticket” (see image) changed to “Register”

    Thanks in advance,
    Casper

    #1335828
    Patricia
    Member

    Hey Casper,

    Welcome back! You can change your Buy Now button by adding this filter to your theme’s functions.php file:

    https://gist.github.com/nefeline/d3e9a344fbd57096d393723485718e42

    To change the “Tickets” text you can simply implement a template override by copying all content from event-tickets-plus/src/views/wootickets/tickets.php and pasting it to [your-theme]/tribe-events/wootickets/tickets.php and changing line 40 from:

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

    to:

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

    I hope this helps! Let me know if you need anything else and I’ll be happy to assist!

    Regards,

    Patricia

    #1335867
    Casper Blackwell
    Participant

    Thanks Patricia! That did the trick for both issues 🙂

    Cheers,
    Casper

    #1335961
    Patricia
    Member

    Hi Casper,

    You are very welcome! Good to know I was able to help 🙂

    Have a great day!

    Cheers,

    Patricia

    #1346026
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change Default Text’ is closed to new replies.