Quote:
Originally Posted by abeight
I used this code on my product.tpl file, but the problem that I ran into is that it always displays the market price even if the product isn't on sale. How would you make it appear only if the product is listed with a sale price?
|
change this
{if $product.list_price gt 0}
into
{if $product.list_price gt $product.taxed_price}