malcek Posted February 13, 2013 Share Posted February 13, 2013 Ho I want to display NEW flag on Product page on picture. Does anybody have idea how to do that? Best regards, Martin Link to comment Share on other sites More sharing options...
vekia Posted February 14, 2013 Share Posted February 14, 2013 it's very simple, just add code below anywhere you want on product page (by that i mean product.tpl template file located in your theme directory) {if $product->new ==1} <h1>new product!</h1> {/if} Link to comment Share on other sites More sharing options...
malcek Posted February 14, 2013 Author Share Posted February 14, 2013 HI, thanks for your help, but it doesen't work . I attached product.tpl and in line 84 I add your code best regards Martin product.zip Link to comment Share on other sites More sharing options...
vekia Posted February 14, 2013 Share Posted February 14, 2013 i checked my code in ps 1.5.x which version of prestashop you use? Link to comment Share on other sites More sharing options...
malcek Posted February 14, 2013 Author Share Posted February 14, 2013 I have 1.4.9.0. I'm too afraid to upgrade to 1.5.x, since on my testing server upgrade fail 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