Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    at the moment you can see that when you click on ‘Edit/View’ per event.

    Thread Starter riddergraniet

    (@riddergraniet)

    No that’s just the total booked spaces of all the users for that ticket. What I want to see is how many tickets every individual has bought for a specific ticket.

    So in the image above there should be a column extra or so that says for each user how many spaces he/she ordered for that ticket. So “Floor Reicher” has orderd 7 spaces in total for all tickets, but next to it should be “1” for ordering 1 space for “Ferries Route”. Some users might order more than 1 space for a ticket because they want to order more T-shirts, more bikes, more hours, etc. than just “1”. We need to know that.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    I see what you mean. Noted, but patience needed here as it’ll be a while 😉

    Thread Starter riddergraniet

    (@riddergraniet)

    I did a hacky solution for now with hooks and actions. Thanks for making the plugin so flexible :). It’s basically adding a conditional column to the bookings table if ticket_id exists in $_REQUEST. Then I get the ticket_booking_spaces based on booking_id and ticket_id from the database. For each row. A bit DB intensive but does the trick for now.

    See http://cl.ly/image/0h3v1N1b3d2x

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Feature request] Show spaces booked per user per ticket’ is closed to new replies.