View Single Post
  #5  
Old 01-17-2018, 11:30 AM
 
naemsmommy naemsmommy is offline
 

Senior Member
  
Join Date: Jul 2007
Posts: 144
 

Default Re: Page for products with list price < price

Quote:
Originally Posted by pauldodman
You would need to include an if statement in the loop in the template:

{if $product.list_price gt 0}

OK I've got the page itself working, but I can't get the if statement to work correctly. It only returns one product, even though there are multiple products with a list price greater then 0. As far as I can tell, it will only return a product with a list price of greater then 0 that also has no variants. If a product has variants, it won't show even if there is a list price entered.
__________________
Danielle
Reply With Quote