Get Parent Category of a sub Category In Magento
$subCatid=12 ;// sub category which you want to find parent category;
$parentCatid = Mage::getModel('catalog/category')
->load($subCatid)->getParentId();
Categories:
magento
View Comments
Comment or Ask a Question
Quick Links