Virtual Assistant Posted March 28, 2012 Share Posted March 28, 2012 I would like to remove the text "There are 2 Products" In pages under categories. Attached, Thanks Link to comment Share on other sites More sharing options...
tdr170 Posted March 28, 2012 Share Posted March 28, 2012 Go to themes/yourtheme and edit category-count.tpl, you need to comment out the entire code. Remember to turn force compile on and cache off in BO or changes may not take effect. Like this: <!-- {if $category->id == 1 OR $nb_products == 0}{l s='There are no products.'} {else} {if $nb_products == 1}{l s='There is'}{else}{l s='There are'}{/if} {$nb_products} {if $nb_products == 1}{l s='product.'}{else}{l s='products.'}{/if} {/if} --> 1 Link to comment Share on other sites More sharing options...
Virtual Assistant Posted March 29, 2012 Author Share Posted March 29, 2012 Great! Thanks you. 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