Plugin Author
Franky
(@liedekef)
Take a look at multibooking:
https://www.e-dynamics.be/wordpress/category/documentation/6-shortcodes/eme_add_multibooking_form/
Discounts for multibookings is a whole other thing unfortunately … I’m still wrapping my head around it to create an easy way for that. Currently the filter eme_insert_rsvp_action can be used (it will be applied individually for each booking) but you’ll need to check/evaluate the content of $_POST to do it.
Thread Starter
oasche
(@oasche)
Thanks Franky for the fast answer. Multibooking is good if customers book an Event on Day1 + Day2 oder Day1 + Day3 – depending on what they want. If a booking is made the seats on each day will be substracted.
But for this Scenario this wont help us. Try to explain: you can book EventB as single on all days, but EventA only together with EventB – it’s like a chained product.
Expample:
Booking 1: EventB on Day1 + Day2 = EventBday1seats 9, EventBday2seats 9
Booking 2: combi (EventA on Day1 + EventB on Day2) = EventAday1seats 9, EventBday2seats 8
Plugin Author
Franky
(@liedekef)
Well, I understand what you want but currently it is not something easily done (especially the discount). The booking requirement (where you select seats from eventA only if eventB is selected) is already possible using the filter eme_eval_multibooking_form_post_filter , see https://www.e-dynamics.be/wordpress/category/documentation/12-hooks-and-filters/
Thread Starter
oasche
(@oasche)
A great Plugin with many Options and opportunities – and many work to Setup. I will try if we can use it:)