$
Frequently Asked Questions
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 ?>
You rated this of 5 | Total rating: 4.0
© 2009-2021 Amasty. All Rights Reserved.