The code is there to display the option price next to the option text, but, it does not display.
For example:
The option price does not display next to the option title. It DOES however, replace the YOUR_PRICE display at the top of the table, but, not on the option line. Does anyone know why? :confused:
We would like to display the pricing next to the options since customers don't see the price changes at the top when slecting different options.
Here's a perfet example: http://www.concession-supply.com/Gol...Bags_p_95.html
Also, any way to make the product number change when choosing the different options?
Thanks in advance! :)
For example:
Code:
<!--START: radio-format--> <input type=radio name="[oname]" value="[value]" onClick="validateValues(document.add,1);" [selected]> [feature] [oprice]<br> <!--END: radio-format-->
We would like to display the pricing next to the options since customers don't see the price changes at the top when slecting different options.
Here's a perfet example: http://www.concession-supply.com/Gol...Bags_p_95.html
Also, any way to make the product number change when choosing the different options?
Thanks in advance! :)
Comment