load(2); // 7 is the ID of Main Category
$subcategory = $category->getAllChildren(true);
array_shift($subcategory);
if($subcategory!=null)
{
foreach ($subcategory as $sub)
{
$sub1 = Mage::getModel('catalog/category')->load( $sub);
$sub1->getUrl();
$sub1->getName();
$sub1->getDescription(); ?>
0 Comment(s)