$children = Mage::getModel('catalog/category')->getCategories(""ProductId"");
foreach ($children as $category)
{
echo $category->getName();
}
This is the blog for getting Idea regarding PHP, Magento, jQuery and JavaScript for Customization.
Copyright © 2016 PHP SOLUTIONS
No comments:
Post a Comment