RS 182
Anyone any good with PHP and magento, im trying to create a subcatagory landing page and having issues. The issue is that it loads all subcatagories not just the subcatagories for the catagory page this scipt has been used on.
any help would be amazin as im startin to lose patience haha
Code:
<?php $_categories = Mage::getModel('catalog/category') ->getCollection(); $_categories->addAttributeToSort('name', 'ASC'); $_categories->addAttributeToSelect('*'); $_categories->addAttributeToFilter('is_active', 1); $_categories->addAttributeToFilter('include_in_menu', 1); $_collection = $_categories->load(); ?>
any help would be amazin as im startin to lose patience haha