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)
-   -   Can't find code / txt for colon between price and $9.99 (https://forum.x-cart.com/showthread.php?t=27207)

ncups@cox.net 12-07-2006 09:06 PM

Can't find code / txt for colon between price and $9.99
 
Does anyone know what document must be edited to remove the colon between the word price and the actual price in the product list in the default template?

carpeperdiem 12-07-2006 09:29 PM

Re: Can't find code / txt for colon between price and $9.99
 
If you use webmaster mode, you'd discover that "Price" is a language variable.

{$lng.lbl_price}

You'd also learn that the template that you want to edit for the detailed product page is skin1/customer/main/product.tpl

You'd also see that "Price:" is displayed as:

{$lng.lbl_price}:

So -- there you have it.

Get to know "webmaster mode" and these types of edits will be very easy.

ncups@cox.net 12-07-2006 10:40 PM

Re: Can't find code / txt for colon between price and $9.99
 
Thanks for the reply. I already used webmaster mode to remove the word price and when the : did not go away I hard a hard time finding it in the code. The reply you posted gave me the hint I needed to find it in the product list.

skin1/customer/main/products.tpl

between {$lng.lbl_our_price} and {include file="currency.tpl"

Thanks again.


All times are GMT -8. The time now is 06:46 PM.

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