Page 1 of 1

Multiple product quantity with different options

Posted: Wed Jun 12, 2013 6:26 am
by sestamo
Hello am currently working on a shopping cart website and on my product page after displaying the product i want to include options for selecting different options and quantity that will make the price keep changing per selected product an example is this link below:
http://www.printing.com/uk/designs/info ... ness-cards
can anyone help?

Re: Multiple product quantity with different options

Posted: Wed Jun 12, 2013 3:28 pm
by Christopher
It is done with Javascript. You can build it from scratch or use one of the many Javascript libraries available. You register an event function that is called when a select option is selected. Then update the price and description.