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?
Multiple product quantity with different options
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Multiple product quantity with different options
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.
(#10850)