I wonder if I can get some help on a situation that I'd like to be able to manage with this module.
I have two upcoming one-day events with individual capacitiies of 16. Entry for each event is priced at 10GBP
Users should also have the option to register for both events at a discounted price of 15GBP
Obviously, when a user registers for both events I need the available spaces for both events to be reduced.
I could manage this by hand by maintaining three events (day one, day two, both days) and amend the number of spaces available based on each registration, but would much prefer to not have to do all of this!
Currently all I can think of is to have users who want to register for both days register for day one and then use a coupon code to register for day two at a reduced rate to make up the reduced rate for the two-day event.
Again, this is not ideal as it requires additional input from the user.
Any suggestions?