customer/main/products.tpl (or if your using column's products_t.tpl):
Code:
<font class=MarketPrice>{$lng.lbl_market_price}: <s>
{include file="currency.tpl" value=$products[product].list_price}
</s></font>
Theres the strikethrough MarketPrice.
A few lines below this you'll find:
Code:
{if $products[product].list_price gt 0 and $products[product].price lt $products[product].list_price}, save {$discount}%{/if}
Thers the "you save %" code.
hth.
