Different booking button for different tickets types?
-
Hi,
I currently have two separate events for in-person attendance of an event and the online stream of it.
I’ve just thought that I could have one event with ticket types of ‘In person’ and ‘Online’ and people book the appropriate one.
This works fine when they go into the event itself.
However most people book using the #_BOOKINGBUTTON placeholder on an events listing page.
Is there anyway to display two booking buttons on this page – one for each ticket type for the same event?
The following is my current formatting for the ‘Events Page’:
Default event list format header
<table width=”100%” cellpadding=”0″ cellspacing=”0″ class=”events-table”>
<thead>
<tr>
<th width=”25%”>Date</th>
<th width=”25%”>Time</th>
<th width=”25%”>Session</th>
<th width=”25%”>Book</th>
</tr>
</thead>
<tbody>Default event list format
<tr>
<td>
<br>
<center>#_EVENTDATES</center>
</td>
<td>
<br>
<center>#_12HSTARTTIME</center>
</td>
<td>
<br>
<center>#_EVENTLINK</center>
</td>
<td>
<br>
<center>#_BOOKINGBUTTON</center>
</td>
</tr>This produces the view shown at https://www.theacademygtc.co.uk/wp-content/uploads/2020/07/GTP-booking.png
Ideally I’d like there to be two booking columns, one saying ‘In person’ and one saying ‘Online’.
Any help on how to do this (if it’s possible) would be greatly appreciated 🙂
Thanks,
Jon
The topic ‘Different booking button for different tickets types?’ is closed to new replies.