Hi,
Can anyone tell me if it is possible to get a displayed total price for an item to instantly update & display depending on what options/components are selected - without, that is, clicking on the "add to basket" button?
For example if a page had a single product and that product had 2 components, each component having several options which could be selected via radio buttons, then the displayed total price would update depending on the combination of the choices from the two components (i.e. the sum of the selected components).
I guess it would require client-side scripting of some kind to pull the prices from the Permutations table for each component, each time the radio buttons are changed. Unless there is an option to do this somewhere and I haven't found it.
Thanks
Can anyone tell me if it is possible to get a displayed total price for an item to instantly update & display depending on what options/components are selected - without, that is, clicking on the "add to basket" button?
For example if a page had a single product and that product had 2 components, each component having several options which could be selected via radio buttons, then the displayed total price would update depending on the combination of the choices from the two components (i.e. the sum of the selected components).
I guess it would require client-side scripting of some kind to pull the prices from the Permutations table for each component, each time the radio buttons are changed. Unless there is an option to do this somewhere and I haven't found it.
Thanks
Comment