PRICE MATCH/BEAT AVAILABLE ON ALL PRODUCTS. ENQUIRY TODAY!

This Month Special

All Products

$_helper = Mage::helper('catalog/category'); $_category = Mage::getModel('catalog/category')->load(5); $_subcategories = $_category->getChildrenCategories(); if (count($_subcategories) <= 0) { return; } $count = 0; foreach($_subcategories as $_category) { $category = Mage::getModel('catalog/category')->load($_category->getId()); $ret->{"object_".$count} ->url = $_helper->getCategoryUrl($_category); $ret->{"object_".$count} ->name = $_category->getName(); $ret->{"object_".$count} ->id = $_category->getId(); $ret->{"object_".$count} ->image = $category->getImageUrl(); $count++; } return $ret; } $list = list_subcategories(5); echo "

"; print_r($list); echo "

"; ?>

getChildHtml("rootways_vertical_menu") ?>

$this->getChildHtml("rootways_vertical_menu")