Say I have 50 T-shirts to sell as part of an event, but need to give registrants the option of buying either 0, 1, 2 or 3 T-shirts through a single registration. How do I give them this option and still limit the number of shirts sold to 50?
Ideally, I'd use a radio button with the above options. But can I limit how many T-shirts are sold that keeps a running tally of multiple buttons? Is there a (better) way to do this that I'm just not seeing?
Sorry, but there really isn't a way to do that at this time. If you need to give the quantity option like that, you may just need to monitor how many shirts are ordered... then when you have none left, remove that option. Sorry, not the answer you wanted I'm sure... unless someone else has another idea to share.