- This topic has 2 replies, 2 voices, and was last updated 8 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Multiple events with single booked_seats cap
I have a client that currently lists a single event with 4 different prices (multiprice event). The different prices are actually for different classes which she teaches together for different certifications. She has room for 8 students. She’d like to split the classes into different categories and different events but still limit the number of students to 8. Since the start_date and start_time would be the same, I’m looking for the easiest way to update the booked_seats of all of the classes with the same start_date & start_time when a new reservation is recorded for an event with the same start_date & start_time.
I’ve looked over the code a bit but nothing really jumped out at me at first glance. Any ideas or suggestions on how to accomplish this?
USing the eme_eval_booking_form_post_filter filter, you can check the number of free spaces and allow the booking to succeed with your requirements only.
Thank you! I’ll definitely take a look at that.