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)
-   -   Adding a Space In market price (https://forum.x-cart.com/showthread.php?t=12886)

kirsten 03-17-2005 04:12 PM

Adding a Space In market price
 
I want to adjust and add a space on my products and featured products pages

Currently it shows RRP:AUD$

I want it to be like this RRP: AUD$

(RRP is = market price)

What do I adjust to add this space?

Thanx Kirsten

www.silverimports.com.au

balinor 03-18-2005 05:19 AM

In skin1/customer/main/products_t.tpl, look for this bunch of code and adjust accordingly:

Code:

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

{/if}


That is from the 4.0.12 template, and it looks like the space is already there. You may have inadvertently removed the space if you deleted those <s> tags.


All times are GMT -8. The time now is 07:25 PM.

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