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)
-   -   How to disable save_money.gif from showing (https://forum.x-cart.com/showthread.php?t=56435)

dougmcc1 11-06-2010 02:04 PM

How to disable save_money.gif from showing
 
The market price for my products is $2 more than the list price for my products.

How do I prevent the "Save 3%" orange promo circle thing (save_money.gif) from showing?

cflsystems 11-06-2010 03:44 PM

Re: How to disable save_money.gif from showing
 
Edit skin1/customer/main/product_details.tpl and comment out the code for it. Search for "save"

dougmcc1 11-06-2010 03:50 PM

Re: How to disable save_money.gif from showing
 
That was the first thing I did. All I found was this:

<input type="submit" value=" {$lng.lbl_save|strip_tags:false|escape} " />

cflsystems 11-06-2010 03:51 PM

Re: How to disable save_money.gif from showing
 
No. It will look similar to this

Code:

        {if $product.taxed_price gt 0 && $product.list_price gt 0}
        <div class="save" id="save_percent_box"{if $product.appearance.market_price_discount eq ""} style="display: none;"{/if}>
            <span id="save_percent">{$product.appearance.market_price_discount}</span>%
          </div>
        {/if}


ambal 11-08-2010 12:27 AM

Re: How to disable save_money.gif from showing
 
Moved to X-Cart Customization > Storefront Design & Template Editing in v 4.2.x and 4.3.x


All times are GMT -8. The time now is 05:38 PM.

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