শুক্রবার, ১৮ মে, ২০১২

Get Categories as Admin showing

Sometimes we need magento categories like its hierarchy as admin category panel showing. here is the code. hope that will help you also....

<?php
    $categories = Mage::getModel('catalog/category')->load('category_id')->getChildrenCategories();
     foreach($categories as $category){
              echo $category->getName(); 
              echo $category->getData('your_custom_attr_identifier');
    }            
?>

কোন মন্তব্য নেই:

একটি মন্তব্য পোস্ট করুন