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)
-   -   Getting rid of the ":" in the price (https://forum.x-cart.com/showthread.php?t=6162)

daveb1 01-23-2004 12:23 AM

Getting rid of the ":" in the price
 
Hi all

I want to get rid of the ":" in between the word Price and the actual price (ie "Price : бё10") in the page you get when you click a category heading. The template that controls the page is skin1/customer/main/products.tpl.

The customer just wants this "бё10", rather than "Price:бё10". I've deleted the label, but can't get rid of the colon. Anyone know where it is?

Cheers

Dave

TelaFirma 01-23-2004 01:25 AM

It is in product.tpl and in products_t.tpl. You may be using either one of them depending on your layout. It is just to the right of the different lables. For instance...

Code:

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

then, right below that....



Code:

font class=ProductPrice>{$lng.lbl_our_price}: {include file="currency.tpl" value=$products[product].price}</font>

daveb1 01-23-2004 01:48 AM

Thanks a lot. :D
Didn't realise it was referenced in products_t.tpl as well

Cheers

Dave


All times are GMT -8. The time now is 11:21 PM.

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