Hi,
I'm trying to create an order form, consisting of 137 products (it's a bakery's website). I added several dummy products in the form for testing purposes, but at least one product must have a quantity filled in. I can't make any single product required because not every customer would buy it. I just need to make sure people can't go to the next step without buying anything. Any ideas on how could I accomplish this? I guess I could try something with jQuery or something but I just want to know if there's any functionality like this built in already :)
Thank you in advance.