• Resolved ngkokkee

    (@ngkokkee)


    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.

    https://www.ads-software.com/extend/plugins/events-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    this should already be possible in the CSV exporter

    as for the bookings table, this would require quite a bit of tweaking, so you’d have to dig in yourself… you may want to go as far as creating a new EM_Bookings_Table class and extend/modify accordingly, and changing the templates to show that instead of our default table.

    Thread Starter ngkokkee

    (@ngkokkee)

    Thanks, just noticed the option in the export csv panel to split by ticket type. It look so similar to the booking table settings panel that I didn’t notice the addition checkbox on top.

    This should be sufficient for my needs.

    Would it be possible to add that checkbox to the booking table settings for future releases?

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    possibly but not anytime soon because there’d be more involved compared to the bookings export.

    we do plan to eventually add more stuff to the booking admin tables, this is the sort of thing we’d try to add then.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display and Export Individual Ticket Types in Manage Bookings’ is closed to new replies.