Display and Export Individual Ticket Types in Manage Bookings
-
I am using multiple ticket types for events and some ticket types are optional purchases on top of the basic tickets. e.g. souvenirs, t-shirts for concert. Hence, a user could purchase more than 1 ticket type.
In the Front End Management Manage Bookings page, the bookings shows only the consolidate spaces for each booking without display the individual bookings.
I have a fair bit of programming experience and would like to change the interface to display and csv export the bookings as individual ticket types instead of consolidated spaces. This will make it easier for the organiser to check on the total bookings for each ticket type for logistic purposes.
Would it possible for you to point me to the files associated with the booking columns so that I can hack the code to add the ticket name as a selectable column?
I have already modified the my-bookings.php template to add an additional foreach loop for EM_Tickets_Bookings to print the individual ticket name so that the ticket type is display to the user. So I need to do something similar for the organizer.
- The topic ‘Display and Export Individual Ticket Types in Manage Bookings’ is closed to new replies.