Not for official support
We do not provide technical support in this forum.
If you want to contact our customer support, please use our support form.

You are not logged in.

#1 2011-03-05 10:03

bremaxi
Member

I want to disable (products counter)in the main page ?

Hi all

I need to disable the products counter thats shown next to categores names in the front-end pages.
Can any one help us pls.

Offline

 

#2 2011-03-05 10:25

rat
Administrator

Re: I want to disable (products counter)in the main page ?

For home page: open file templates/frontend/tmpl*/home.tpl.html and remove

Code:

<font class="olive">({$root_categories[i][2]})</font>

For category listing pages (where product quantity is displayed for subcategories): open file templates/frontend/tmpl*/category.tpl.html and remove

Code:

({$subcategories_to_be_shown[i][2]})

Be careful what you wish for — you might get it.

Offline

 

#3 2011-03-05 14:30

bremaxi
Member

Re: I want to disable (products counter)in the main page ?

every things now is good

thank you very much

Offline

 

Board footer

Powered by PunBB