• Resolved jonwallis

    (@jonwallis)


    How can I change the RSVP button text from “Going” to something else — eg, “Book Now”.

    Why do I want to do this? Well, “Going” sounds like a statement of an existing status, which is pretty much the opposite of what the button is there for — ie, they’re *not* yet going, and need to click the button to book a place in order to become “going”.

    I know it will involve copying & editing a TEC file to somewhere in my theme’s folder hierarchy, but I don’t know which TEC file it is, or where exactly I need to put the edited copy.

    Many thanks in advance.

Viewing 1 replies (of 1 total)
  • Thread Starter jonwallis

    (@jonwallis)

    Update: I’ve figured it out.

    For anyone else who might want to do this and who happens across this topic:

    The file you need to copy/edit and where you need to put it seems to be depend on whether you use the Block editor or the Classic (old) one when creating events/RSVPs.

    EITHER

    Copy & edit:
    event-tickets/src/views/blocks/rsvp/status/going.php

    Then put the edited file at:
    [your-theme]/tribe/tickets/blocks/rsvp/status/going.php

    OR

    Copy & edit:
    /event-tickets/src/views/v2/rsvp/actions/rsvp/going.php

    Then put the edited file at:
    [your-theme]/tribe/tickets/v2/rsvp/actions/rsvp/going.php

Viewing 1 replies (of 1 total)
  • The topic ‘Change “Going” text on RSVP button to something else.’ is closed to new replies.