Support

Home Forums Seating Chart Add-on (EE3) Seat and Section #'s on Attendee List Report (Backend)

Seat and Section #'s on Attendee List Report (Backend)

Posted: March 11, 2015 at 8:54 pm


Dovid Altein

March 11, 2015 at 8:54 pm

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.

Thanks


Dean

March 12, 2015 at 6:33 am

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.

If you require further assistance with the PHP technicalities, we would recommend using a developer: https://eventespresso.com/developers/event-espresso-pros/

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.

Event Espresso