Hello everyone i' m trying to find this options.tpl in opencarts directory but i cant find it. i was fixing my radio butoon options for the product and i found this tutorial http://www.fourdegreeswest.co.uk/2012/s ... on-prices/ but i cant seems to find where exactly that options.tpl resides i was using the default template please help me if you know this. Thank you
-
Last edited by i2Paq on Fri Sep 07, 2012 12:19 am, edited 1 time in total.
Reason: Fontsize removed
Reason: Fontsize removed
Thank you Sir i find it but the tutorial on site didnt work. can you help me get those plus signs on product option Sir.? example :
total mat 4 x 6 = +$10
total mat 6 x 8 = +$20
total mat 8 x 10 = +$30
i want to get rid of that plus signs on the additional price
like this
total mat 4 x 6 = $10
total mat 6 x 8 = $20
total mat 8 x 10 = $30
Hope you can help me sir
total mat 4 x 6 = +$10
total mat 6 x 8 = +$20
total mat 8 x 10 = +$30
i want to get rid of that plus signs on the additional price
like this
total mat 4 x 6 = $10
total mat 6 x 8 = $20
total mat 8 x 10 = $30
Hope you can help me sir
Find this code
replaced with this code
Code: Select all
(<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>)
Code: Select all
(<!--<?php echo $option_value['price_prefix']; ?>--><?php echo $option_value['price']; ?>)
Who is online
Users browsing this forum: No registered users and 6 guests