Adding #_BOOKINGTICKETNAME to Events Manager
-
We’d like to add the ticket name placeholder into the single event page and aren’t sure how to go about this.
The attendee list is posted just fine, but we’d like the ticket under which the attendee booked to display next to their name.
Our current Single Event Page code:
<div style=”float:right; margin:0px 0px 15px 15px;”>#_LOCATIONMAP</div>
<p>
Date/Time<br/>
Date(s) – #_EVENTDATES<br /><i>#_EVENTTIMES</i>
<br>
#_EVENTGCALLINK<br/>
</p>
{has_location}
<p>
Location<br/>
#_LOCATIONLINK
</p>
{/has_location}
<p>
Categories
#_CATEGORIES
</p>
<br style=”clear:both” />
#_EVENTNOTES
{has_bookings}
#_ATTENDEESLIST
<h3>Bookings</h3>
#_BOOKINGFORM
{/has_bookings}
- You must be logged in to reply to this topic.