Events Made Easy › Forums › How do I … › create event with multiple seat categories and limited spaces in each category
- This topic has 10 replies, 2 voices, and was last updated 10 years, 10 months ago by Anonymous.
-
AuthorPosts
-
Sat 4 Jan 2014 at 09:00 #44112AnonymousInactive
Hi and thanks for this geat plugin!
But i’m still searching for a solution to solve following scenario:
Having an event with 100 seats in multiple seat categories and limited space in each category. Lets say 20 seats/spaces in cat A, 40 in cat B, 10 in cat C and 30 in cat D.
Creating an Event with 100 seats and a custom field with cat A/B/C/D dropdown is not appropriate, because i don’t know how to count the booked categories in the custom field and avoid booking of out of space category.
Rgds,
Werner
Sat 4 Jan 2014 at 13:58 #50988FrankyKeymasterAlready on the feature request list:
http://www.e-dynamics.be/bbpress/topic.php?id=1992
And it’s one of the next things I’ll be working on.
Sat 4 Jan 2014 at 16:14 #50989AnonymousInactiveThat sounds great. Can’t awaite this feature!
Sat 11 Jan 2014 at 13:10 #50990FrankyKeymasterThe trunk version now contains the code for multi-seat events: the same as multiprice events, but now you can limit the number of seats per price category if wanted
Mon 13 Jan 2014 at 07:27 #50991AnonymousInactiveTHX, i will test within the next few days and give you feedback!
Mon 13 Jan 2014 at 08:54 #50992AnonymousInactive— Deleted by myself —
Updated to version 1.2.0 and testing…
Mon 13 Jan 2014 at 10:26 #50993AnonymousInactiveWorks fine so far!
Question for Bookinglist: Is it possible to print only booked seats > 0 (with an if-clause)?
Mon 13 Jan 2014 at 15:16 #50994FrankyKeymasterWhy not just set the minimum seats to book to 1 then?
And what do you mean with the booking list (which shortcode/placeholders do you use)?
Mon 13 Jan 2014 at 16:19 #50995AnonymousInactiveOK, to clear this: I want to use EME to plan an Event for a car-club. On this Event, we offer “seats” for a maximum of 100 cars. And we offer 5 different guided tours (for which multicategory works so far). The maximum seats to book is 1 per booking and seat-category.
On the Events page i provide a “Booking-list”, containing some selected fields, for prospects to see who (eg. of his friends) booked already.
To give you an example, see this (demo) site: http://events.mx5-freunde.at/events/4/action-days-2015-test/ As it’s a demo feel free to book a seat to see what happens.
It’s german, but maybe you will better understand what i mean. Don’t worry about the first six bookings, where are no entries in the field “Tour”. I changed the event from single- to multicategory after updating.
Sorry for my english, hope it’s understandable.
Mon 13 Jan 2014 at 20:17 #50996FrankyKeymasterUse [events_if] for each seat category and #_BOOKEDSEATSxx then.
Or, since it should be the case, see if this change works:
Tue 14 Jan 2014 at 07:38 #50997AnonymousInactiveThanks a lot! [events_if] does exactly what i was looking for! (I didnt try the other stuff)
I appreciate your help!
If someone other has similar request, i used this for my booking list:
[events_if tag='#_BOOKEDSEATS1' notvalue='0']Tour 1 [/events_if]
[events_if tag='#_BOOKEDSEATS2' notvalue='0']Tour 2 [/events_if]
… and so on for every seat category. Shows “Tour x” only if value of booked seats other then 0.
Rgds,
Werner
-
AuthorPosts
- The forum ‘How do I …’ is closed to new topics and replies.