i was having the same trouble with an out of place comma on my featured products section on the home page
i changed the ", save" to "save" in skin1/customers/main/products_t.tpl
so it now looks like this:
Code:
{if $products[product].list_price gt 0
and $products[product].price lt $products[product].list_price}save {$discount}%{/if}
worked for me!
