Tuesday, October 1, 2013

Display All Active Categories

$categories = Mage::getModel('catalog/category')
->getCollection()
->addAttributeToSelect('*')
->addIsActiveFilter();

No comments:

Post a Comment

Please mention your comments.......