Events with limited max workshop participants. #817
-
I want an event with a choice of 5 workshops in the morning and 5 in the afternoon. Each workshop has a maximum number of participants. This can vary per workshop. The price of the event is for the entire day. I've tried several things:
https://15jaar.ihbv.nl/koop-nu-je-ticket ![]() |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 20 replies
-
The multibooking form is completely customizable, but you have to provide the template; Which options do you use for the multibooking-shortcode and what is in your template? |
Beta Was this translation helpful? Give feedback.
-
yes, I see that in the code: for multiprice events it is a dropdown, for single price it is a checkbox. I can't remember why anymore ... I would need to carefully test this |
Beta Was this translation helpful? Give feedback.
-
wait ... when do you use this template? After payment? Did you read this remark: But, after code examination, some checks are simply not needed. So try if this helps: |
Beta Was this translation helpful? Give feedback.
#_PRICEDESCRIPTION works per event, so add it in your template_id=3
#_PRICEDESCRIPTION{1} #_SEATS{1}
#_PRICEDESCRIPTION{2} #_SEATS{2}
etc ...