I've searched the forums and documentation and can't find a straight forward method to do this.
I have four products, each with a separate price. All I want is a simple form that would allow the user to select any one of the products, or 2, or 3, or all of them by checking a box next to the product. The product field has a quantity option, and this can be filled in by the user for a quantity of 1 to select the product. But my products would never have a quantity of greater than one. So I don't really want to use the quantity function on the product field because it doesn't make sense in my case. It would seem to me that the product field would have an option for a checkbox?
How can checkboxes be used in this case? How would it be set up? I'm lost...