- This topic has 1 reply, 2 voices, and was last updated 9 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Multibooking Scenario
Hi,
is it somehow possible to do the following…
Setup multiple events as usual like Basic Course 1, Basic Course 2 each of these courses do have a single price of 129€. So if somebody likes to book just one of the courses he will have to pay the full price.
I like to setup a special price multi booking form, when a user like to book both courses he should get a discounted price like Basic Course 1 = 129€ and Basic Course 2 = 69 € (or each for 99€).
I just started to find out how multi bookings work and have followed the instructions at http://www.e-dynamics.be/wordpress/?cat=5968 but to me it looks like that you just can book multiple events to the full price?
I also like to achieve that on a multibooking form the number of seats will always be the same number of seats. So if you choose one seat on any event on the multi booking form all other events should also reset to one, or if you choose two seats you need to choose two seats on the other events as well or they should be aligned to two automatically.
Maybe I need more to think about it how to do it, but I just wanted to know if it is possible at all?
Cheers
Joerg
If you want to have the same amount of seats selected, you have 2 options:
– frontend side: then you need to use some jquery to set the number to the same value everytime someone changes a seat
– backend side: using the multibooking evaluation filter eme_eval_multibooking_form_post_filter
Concerning discounts: this is not yet possible for multibookings (for now). I’m planning on adding a discount column to the individual bookings and the overal payment too, so that will become more flexible than the current discount example (and will work for multibookings as well). For now I’m sorry in this case … but feel free to create a feature request and refer to this thread 🙂