How to remove feature (count) in block

If you set “product filter” with filling as “dynamic” it shows the (count) for each variant (refer to image example attached). Appreciate if someone can suggest to how the count can be removed.



TIA

ver 2.2.4

variant_count.jpg

Hi,



go to your active skin under /customer/blocks and edit the file product_filters.tpl.



Around line 49 and 60 you will find two instances of the


 ({$range.products}).



Remove them completly or just delete the function ({$range.products}) and you are done.



Dont forget to clear your caches (both).



Fotis

[quote name='dvsgr' timestamp='1338476069' post='137754']

Hi,



go to your active skin under /customer/blocks and edit the file product_filters.tpl.



Around line 49 and 60 you will find two instances of the


 ({$range.products}).



Remove them completly or just delete the function ({$range.products}) and you are done.



Dont forget to clear your caches (both).



Fotis

[/quote]



Thanks for the help. It worked.

[quote name='dvsgr' timestamp='1338476069' post='137754']

Hi,



go to your active skin under /customer/blocks and edit the file product_filters.tpl.



Around line 49 and 60 you will find two instances of the


 ({$range.products}).



Remove them completly or just delete the function ({$range.products}) and you are done.



Dont forget to clear your caches (both).



Fotis

[/quote]



Fotis - Please let me know where is the code in ver3.0.4?



TIA

Does anyone have any idea to how count can be removed in 304?



TIA

Hi guys again!



been very busy with a few big projects so …



Ok you can find this in





basic/customer/blocks/product_filters/components/variant_item.tpl Line 16


{$filter.prefix}{$range.range_name|fn_text_placeholders}{$filter.suffix} {if !$range.disabled} ({$range.products}){/if}



Cheers