![]() |
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 |
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> Code:
font class=ProductPrice>{$lng.lbl_our_price}: {include file="currency.tpl" value=$products[product].price}</font> |
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.