Missalby Posted June 9, 2010 Share Posted June 9, 2010 Hi,am wanting to stop prestashop displaying the number of products the category.Can someone please tell me what code to change/delete I am using orestashop 1.3.1Thanks Link to comment Share on other sites More sharing options...
rocky Posted June 9, 2010 Share Posted June 9, 2010 Change lines 5-15 of category.tpl in your theme's directory from: {strip} {$category->name|escape:'htmlall':'UTF-8'} {if $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} {/strip} to: {strip} {$category->name|escape:'htmlall':'UTF-8'} {* {if $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} *}{/strip} Link to comment Share on other sites More sharing options...
Missalby Posted June 9, 2010 Author Share Posted June 9, 2010 God your good!Thank you for all your help! 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