View Single Post
  #3  
Old 01-17-2010, 02:54 PM
  gizmo's Avatar 
gizmo gizmo is offline
 

X-Adept
  
Join Date: Jan 2005
Location: Crawley : UK
Posts: 618
 

Default Re: wrong wording in 4.3 on save items

For anyone that does get this for what ever reason: Only on home page Featured on my light and lucid 3 columns

go to > skin1//customer/main/products_t.tpl

FIND: Around line 131

Code:
<span class="price-save">{$product.appearance.market_price_discount}% {$lng.lbl_save_price}</span>

REPLACE WITH:

Code:
<span class="price-save">{$lng.lbl_save_price}{$product.appearance.market_price_discount}% </span>

Haven't a clue why it was like this...
__________________
Thank You - Alan
Don't be like me, and keep saying "Nearly did it" go do it!!
Version: 4.4.4 Gold -
Reply With Quote