rbbang2002 Posted February 26, 2012 Share Posted February 26, 2012 Hi , I Have 2 issues : 1. I want to remove the " There are 32 products / there are X products " in category. This come on both when a category is click and even a sub category . I want this to be removed from both of them . 2. Also , On the Subcategory logo , there is a small black line coming above the logo image . This does not happen if viewed in firefox, but happens in all other browser , like safari , Chrome . Please help . PS have marked in the attachment. Rahul . Link to comment Share on other sites More sharing options...
JAKCRABBIT Posted February 26, 2012 Share Posted February 26, 2012 themes/yourtheme/category-count.tpl {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} Link to comment Share on other sites More sharing options...
rbbang2002 Posted February 27, 2012 Author Share Posted February 27, 2012 HI , Was able to remove the " there are X products " from the sample . It didn't happen by just removing the file , but had to enable the Force compile and then had to remove it. Anything on the second Problem. Rahul Link to comment Share on other sites More sharing options...
JAKCRABBIT Posted February 27, 2012 Share Posted February 27, 2012 Link to your shop? 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