Jump to content

New products label


Recommended Posts

Hey...

 

In my product-list.tpl I have following line

{if isset($product.new) && $product.new == 1}
  <a class="new-box" href="{$product.link|escape:'html':'UTF-8'}">
  <span class="new-label">{l s='New'}</span>
  </a>
{/if}

But the label do not show up.

 

Jacob

Link to comment
Share on other sites

×
×
  • Create New...