• getName() ?> getCollection() ->setStoreId(Mage::app()->getStore()->getId()) ->addAttributeToSelect('*') ->addAttributeToFilter('is_active','1') ->addAttributeToFilter('include_in_menu','1') ->addAttributeToFilter('parent_id', array('eq' => $_subcategory->getId())) ->addAttributeToSort('position') ->load(); ?> count()): ?> assign('subcategories', $_subcategories) ?> _toHtml() ?>