Skip to main content

Can I direct my ticket buyers to one occurrence from my website?

Yes, we can provide specific code to embed a link to a specific occurrence date or time in your recurring event.

Written by Rhio

You can use the code below to embed a link to the ticket selection page of a specific occurrence of your event, rather than linking to all dates and times:

<a href="javascript: //" onclick="TTWidget.loadEventOccurrence('YOURBOXOFFICENAME',111111);">BUY TICKETS!</a>

How to edit the code to link to a specific occurrence

  • Replace 'YOURBOXOFFICENAME' with the name of your box office (you can see this in the top right corner of your Ticket Tailor dashboard. Don't include spaces).

  • Replace 111111 with the occurrence ID you wish to direct ticket buyers to.

    • To find your occurrence ID, navigate to your event summary.

    • Select your occurrence from the dropdown.

    • The number in your URL is the occurrence ID.

  • Replace 'BUY TICKETS!' with your call to action, or the wording of your ticket link.

  • Your new link will take your ticket buyers to a ticket selection page for the selected occurrence.

    A screenshot of the landing page for a ticket selection page for a specific occurrence of a recurring event.

Did this answer your question?