I need to create a form that has CDs as products. How would I set this up?
SCENARIO
Each CD is $15.95 and shipping is $2 to Australia/New Zealand, and $3 everywhere else.
There is also NO shipping fee if 10 or more CDs are ordered.
Current order form - http://worthdesigning.com.au/wp/audio-cds-order-form/
I have had to use 3 address fields, and repeat each product 4 times - very time consuming. Is there a better way? Client doesn't want a shopping cart.
Also - am getting a developer to do some jquery to force the customer to select 10 CDs - there's no other way except a snippet from here - http://gravitywiz.com/limiting-how-many-checkboxes-can-be-checked - but that means I'd have to create a zillion fields (option + checkbox at least for each product).
My brain is starting to fry ... lol ... is there a better way than the way I am doing it?
Thanks