Jump to content

Add NEW under product image only on specific category


Recommended Posts

Hi all,

 

I'm trying to find a way to add the text NEW as watermark on any product image that is new (based on the value for new I have on settings).

 

At the moment is happening fine on those that are under special offers (see attached image).

 

Any idea how to achieve this?

 

Thanks

post-735320-0-06518100-1429390748_thumb.jpg

Link to comment
Share on other sites

You need change the if on the product-list.tpl

 

look for 

 

{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}
 
 
you have to change the if i dont sure but test i it with   $product.condition == 'new'
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...