cancel
Showing results for 
Search instead for 
Did you mean: 

Produktanzahl in den Kategorien

Produktanzahl in den Kategorien

Hallo Leute,

 

weiss jemand wie man die Anzahl Anzeige in den Kategorien unterdrückt?

 

Weder die Einstellung im Backend, noch die Abänderung in den "Filter" Dateien haben 

etwas bewirkt.

 

Danke im Voraus.

 

Mary Ann

2 REPLIES 2

Re: Produktanzahl in den Kategorien

Hallo Mahony,

 

You should be able to do this via ftp and your favorite html/php/css editor Smiley Happy

 

Backup file before making any changes!

In filter.phtml located here:
app/design/frontend/default/default/template/catalog/layer/

Remove this code:
(<?php echo $_item->getCount() ?>)

 

That should do the trick.

Remember if you use another template the path would be different... Make the changes on you theme, instead of the default/default.

 

-- Best regards --
Kent Christiansen | Magento Certified Solution Specialist

Re: Produktanzahl in den Kategorien

Hi Kent,

 

thankyou. Look, i have this 2 files found. I renamed them as you can see.

But it changed nothing. Emtpy cache different browser, all done.

 

D:\a111-loesch\app\design\frontend\base\default\template\catalog\layer\filter.phtml--------------
D:\a111-loesch\app\design\frontend\rwd\default\template\catalog\layer\filter.phtml------------

 

And i searched the whole Shop: <?php echo $_item->getCount() ?>

 

So where in hell to find the right file?

 

thankyou 

 

Mary Ann