Looking for advice on the best way to handle the following scenario.
It’s a Golf Event with a dinner option. Tickets are purchased as single or group of 4. You can also purchase golf + dinner (single or as a group) for a reduced cost. I’m thinking golf and dinner will need to be separate events because the maximum # of people for each is significantly different.
So my question is two-fold:
1. How can I offer a ticket that reduces stock by 4 (or is defaulted to 4 quantity would work too).
2. How can I offer a discount for multiple ticket types? (ie. Golf + Dinner)
Any advice or insight would be helpful! I’m a developer, so not afraid of customizing via PHP. Thank you!