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)
-   -   Removing cross (strike) through market price. (https://forum.x-cart.com/showthread.php?t=27561)

xcarter 12-23-2006 12:08 PM

Removing cross (strike) through market price.
 
Hi guys,

Can someone please tell me how to remove the strike through the market price?

I want to have the numbers plain, not crossed out.

Many thanks.

:)

PhilJ 12-23-2006 12:25 PM

Re: Removing cross (strike) through market price.
 
In skin1/customer/main.products.tpl

Remove the <S>...</S> surrounding the 'market price'

Code:

<FONT class="MarketPrice">{$lng.lbl_market_price}: <S>
{include file="currency.tpl" value=$products[product].list_price}
</S></FONT><BR>


xcarter 12-23-2006 12:54 PM

Re: Removing cross (strike) through market price.
 
Brilliant! Thanks!


All times are GMT -8. The time now is 02:32 AM.

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