I would like to display the price of a particular product on my product pages THEN as the user selects different variant from the dropdowns, the price is updated on the page. Is it possible to pass information like this?
example
Displayed :
100 business cards : 30.00 [add to cart btn]
Dropdown..
-1 sided
-2 sided +$5
If 2 sided is selected then the price on the HTML page reflects the change to $35
Note: multiple items on the page would need to also work like this.
thx