I want to hide category description when some filter is applied.

You can hide category description if any filter is applied in the file

app\design\frontend\<your-package>\<your-theme>\template\catalog\category\view.phtml

just add a condition

<?php if (!Mage::helper('core')->isModuleEnabled('Amasty_Shopby') || !Mage::helper('amshopby/attributes')->getRequestedFilterCodes()):?>
...
... category title and description code ...
...
<?php endif ?>

See more details on Improved Layered Navigation page

User Guide

See more details on Improved Layered Navigation page

User Guide

See more details on Improved Layered Navigation page

User Guide

See more details on Improved Layered Navigation page

User Guide

How can we help you?

Didn’t you find the answer to your question? We are always happy to help you out.

© 2009-2024 Amasty. All Rights Reserved.