X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   MODIFICATOR DETAIL (https://forum.x-cart.com/showthread.php?t=11497)

carp1.com 01-16-2005 03:22 PM

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

balinor 01-16-2005 03:51 PM

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.

carp1.com 01-18-2005 04:10 AM

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.