X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Product Options Help (https://forum.x-cart.com/showthread.php?t=50458)

ultimateflyers 10-30-2009 03:01 PM

Product Options Help
 
Hello,

I would like to know if there is a way to remove the showing of the pricing to the right of the product options?

example

product options #1 (+$22.00)
product options #2 (+$45.00)

I would like to remove that if it is possible...

cflsystems 10-30-2009 04:58 PM

Re: Product Options Help
 
You need to edit skin1/modules/Product_Options/customer_options.tpl and comment out the code similar to this
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 plain_text_message=1}
        {else}
          {$o.price_modifier}%
        {/if}
        )
        {/if}



All times are GMT -8. The time now is 08:45 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.