Hi all
I'm helping to add a store for a client that sells in person skateboarding workshops that run for a semester. After a person selects the workshop they want, they then must select the number of times a week they want to come: 1 day a week, 2 days a week, or 3 days a week (all are different prices) for the semester, and then they must select the day(s) of the week they want i.e Monday, Tuesday, Wednesday.... (the class runs the same day every week for the semester), but there is a max capacity for each day's workshop of 10 people (as opposed to a max of 10 spots of the workshop itself) so the client is actually selling/keeping inventory of weekdays and not workshops.
Now obviously, I could make every combination of purchase possibilities and make each one a unique item (ex: a mondays only "item", a mondays and tuesdays only "item", a tuesdays only "item") which will be a lot, hard to sift through, and ugly. So... I'm wondering if there is way to allow a user to select various options which calculate the cost accordingly and track inventory of the days and not workshops.
I think a similar example would be selling one t shirt and you have to pick the color and size but there are only 10 XL irrespective of the color chosen (if that makes sense even though that's impossible in this scenario)
I think I could just sell all the mondays for x class as an item and all the tuesdays for x class as another item, but then someone could buy 4 or more days a week rather than the max limit of 3 days a week.
Thanks in advance for all your thoughts.