- Code: Select all
[-- STORE.Price --]
Technically I have 2 products "Regular" and "Winter Mix" that are available in a drop down menu. Can I display both these prices above the cart options?
<option value="Choose A Product;n">Choose A Product
<option value="Regular ($3.37)">Regular ($3.37)
<option value="Winter Mix ($3.80);+0.43">Winter Mix ($3.80)
So it would look something like this (with CSS styling of course).
Current Prices<br>
Regular: $3.37<br>
Winter Mix: $3.80
Thanks for any help.