Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save splacento-incomm/b24e2059b053f2bcdc0f to your computer and use it in GitHub Desktop.
Save splacento-incomm/b24e2059b053f2bcdc0f to your computer and use it in GitHub Desktop.
categories with children, sorted
<?php
$catID=2;
$_categories = Mage::getModel('catalog/category')->getCategories($catID,1,true,true,true);
//foreach($_categories as ....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment