I need to remove the product count from Category sidebar shown on category page. Can anyone please help.
Solved! Go to Solution.
Hello @jenny09yop1298 ,
I think you want to remove the product count from layered navigation. If that is the case then from Magento Admin:
Store -> Configuration -> Catalog -> find 'Layered Navigation' then set -> Display Product Count
Set this option to disable.
If this helps you please accept it as solution and give kudos.
Regards.
Hello @jenny09yop1298 ,
I think you want to remove the product count from layered navigation. If that is the case then from Magento Admin:
Store -> Configuration -> Catalog -> find 'Layered Navigation' then set -> Display Product Count
Set this option to disable.
If this helps you please accept it as solution and give kudos.
Regards.
I tried to set this option to no as you said but still not luck
Can you please suggest.
Hello @jenny09yop1298,
Please execute the following commands from magento root.
php bin/magento cache:flush php bin/magento indexer:reindex
If this helps you, please accept it as solution and give kudos.
Regards.