asmar Posted April 18, 2015 Share Posted April 18, 2015 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 Link to comment Share on other sites More sharing options...
jgamio Posted April 19, 2015 Share Posted April 19, 2015 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now