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...