View Single Post
  #13  
Old 11-25-2006, 06:50 AM
 
mssmit mssmit is offline
 

Member
  
Join Date: Sep 2006
Posts: 22
 

Default Re: List Market Price on Product Detail Page

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}
__________________
Regards
Martijn

X-cart 4.1.8(win)
Reply With Quote