Sagaco Posted May 13, 2016 Share Posted May 13, 2016 Hello everyone, I have a question , there is some modification possible for prices that are at 0 , do not show that is priceless 0 ?Greetings and thanks Link to comment Share on other sites More sharing options...
musicmaster Posted May 14, 2016 Share Posted May 14, 2016 The only way to do this is to adapt your product.tpl and product-list.tpl files so that they leave the price region blank if it is zero. Link to comment Share on other sites More sharing options...
vekia Posted May 14, 2016 Share Posted May 14, 2016 product-list.tpl, there where price appears add simple if condition {if $product.price != 0} {convertPrice price=$product.price} {/if} price will appear only if will be different than 0 Link to comment Share on other sites More sharing options...
Sagaco Posted May 16, 2016 Author Share Posted May 16, 2016 hello again , it worked almost perfectly the solution presented here , but changing amount shows 0 again. There is some modification to not show the amount to be added for items whose value is 0 or keep the text " free " despite change the amount .Greetings and thanks for the answers. 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