How to get child categories under parent one
Posted Date: January 13, 2011You can use the following code to get child categories under parent one:
load($parentid);
$childCategories = $parentCat->getChildren(); //Child category IDs separated by commas
?>

