Support

Home Forums Event Espresso Premium Seating Chart: Seat tag on confirmation and payment pages

Seating Chart: Seat tag on confirmation and payment pages

Posted: July 1, 2013 at 9:28 am


Joël van de Pol

July 1, 2013 at 9:28 am

I’d like to display the tags of the chosen seats in confirmation_display.php and payment_page.php. Is that possible?


Dean

July 2, 2013 at 5:07 am

Hello,

Yes it is possible but of course you will need to edit the templates

This will show the seat name and booking ID

echo $attendee->price_option;

This will show the seat name only

$arr = explode("|", $attendee->price_option, 2);
$seatname = $arr[0];
echo $seatname;

The support post ‘Seating Chart: Seat tag on confirmation and payment pages’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso