I’m trying to set up a custom page that lists MEC Bookings (because, MEC’s reporting features leave a lot to be desired, TBH).
I’ve got ALL bookings listed using this Query String:
post_type=mec-books&orderby=ID&order=DESC&meta_query%5B0%5D%5Bkey%5D=mec_event_id&meta_query%5B0%5D%5Bvalue%5D={{dc:url:param key=“event” fallback=“6584”}}&meta_query%5B0%5D%5Bcompare%5D=%3D
But this site often has different ticket types for each event. Can we make build a query or string that lists the bookings by each ticket type? I’ve already got the ticket types listed by setting up a Looper with this DC:
{{dc:post:meta key=“mec_tickets”}}
Thanks!