![]() |
MODIFICATOR DETAIL
Hi
How do I make the mofificator detail hidden from the customer Please see http://www.carp1.com/product.php?productid=16368&cat=320&page=1 I do not want the customer to see the % calculations for the pricing for different sizes. Thanks Terry |
Comment out this piece of code in /modules/Product_Options/customer_options.tpl:
Code:
{if $v.is_modifier eq 'Y' && $o.price_modifier ne 0} ({if $o.modifier_type ne '%'}{include file="currency.tpl" value=$o.price_modifier display_sign=1}{else}{$o.price_modifier}%{/if}){/if} Note that this is a global change. If you want other products in your shop to show price or % in the options, you will have to write specific {if} statements. |
Thanks for you help
|
All times are GMT -8. The time now is 09:23 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.