Hi there, I want to show the seat and section #’s on the backend attendee list. Currently, it the ‘Option’ column it shows the $price_option tag which pulls up ‘193 | Booking ID:580’. How would modify the $price_option tag to show the seat and section #’s instead?
I would assume it could be done by changing the syntax in ‘\event-espresso\includes\admin-reports\event_list_attendees.php’ lines 215 or 267, just not sure what syntax to use.
Not easily and it would involve changing core files which we do NOT recommend.
If you are still wishing to continue, then the easiest option would be to make an SQL call to wp_events_seating_chart_event_seat with the event_id and attendee_id in order to get the seat_id.
Then call the wp_events_seating_chart_seat table using the seat_id as id in order to get section.
Then I would just explode the price_option and replace data as needed.
It’s far from an ideal solution but the seating information is not designed to be modified.
The support post ‘Seat and Section #'s on Attendee List Report (Backend)’ 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.
Support forum for the Seating Chart add-on for EE3.
This product has been discontinued and is no longer under development.