Multiple product quantity with different options

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sestamo
Forum Newbie
Posts: 1
Joined: Wed Jun 12, 2013 6:13 am

Multiple product quantity with different options

Post 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?
User avatar
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

Post 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.
(#10850)
Post Reply