Get Filterable attribute by Category ID Magento | Uncategorized <?php$category_ids = $this->getCategoryid(); // HERE YOU CAN PUT THE STATIC CATEGORY ID $layer = Mage::getModel(“catalog/layer”); $categoryid = $category_ids; $category =… January 12, 2016 Read more
How to override controller in magento/Override controller’s action in magento Magento | Uncategorized Some times you may run into situation where you want to override the core functionality of Magento core controllers. So… January 8, 2016 Read more