New Zenner
- Join Date:
- Dec 2007
- Posts:
- 52
- Plugin Contributions:
- 0
moving attributes up the page?
fairestcape:
The point is this... a customer can click ALL the boxes (perhaps in error, but they can click ALL of them). The result will be a SUBMITTED order that could choose ALL shipping options. How will you know which one to apply? Do a test order (click all your options before you send it) to see what I mean.
You want a system where there is a CHOICE, but only ONE option value can be selected. You need to use radio buttons or a dropdown, and this requires ONE OPTION NAME, with SEVERAL associated option values. This will ensure that if I click ONE option, then decide that I want to change it and click ANOTHER option, my first choice will be "cancelled".
Hi, I was just wondering if any one could help me find a way to allow customers to enter a quantity of each option for example if they want size 2 of size X and 1 of size XX how can they click a check box for each and then to the right enter the quantity of each version that they would like, then when they click the add to cart button they get all three added to their cart. any ideas on how to code for this?