jay9898 Posted January 29, 2012 Share Posted January 29, 2012 Hello, Is there a way to get rid of (0) on the comments tab for products? Link to comment Share on other sites More sharing options...
phrasespot Posted January 31, 2012 Share Posted January 31, 2012 Is there a way to get rid of (0) on the comments tab for products? locate /modules/productcomments/tab.tpl If you want to remove it completely regardless of comment count remove ({$nbComments}) If you just want to remove it when it is zero, replace ({$nbComments}) with ({if $nbComments > 0}{$nbComments}{/if}) 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