Aragon127 Posted September 24, 2002 Posted September 24, 2002 How would i do this? I know it can't be done without a refresh using PHP(which would reset the option choices). Is there anyway to use javascript? Something like a recalculate price option? TIA
hobbzilla Posted September 24, 2002 Posted September 24, 2002 Not everyone uses javascript or enables javascript. So why would you want to limit yourself like this? What is wrong with the current method of selecting the options and then clicking "Add to Cart" and seeing the 'updated' price? If you are wanting to update a price on a page for a user interaction without sending the users choice back to the server (instant reaction), then javascript seems to be the only logical choice. It shouldn't be to complicated as you already have the values (+ - $$) for each option as well as the original product price available. You would need to look into onchange() js method me thinks.
Aragon127 Posted September 24, 2002 Author Posted September 24, 2002 The current system works great when you have your widgets with 2 or 3 options, but one when you have 1 product with a price of $0 and literally 40 attributes with 10 options each and prices ranging from $0-$800, users generally don't want to keep going back and reloading the page and changing options. They want to modify the product until they get the right mix of price and options.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.