How you can get list of all categories of your Magento Store.
If you want to display all categories in homepage or any CMS page or any custom module page. There are different ways to get the category listing. Some method are below:-
Get all Categories:
The below code will fetch all categories (both active and inactive), which are added in your Magento Store.
$categories = Mage::getModel('catalog/category') ->getCollection() ->addAttributeToSelect('*');
Get all active categories
The below code will fetch all active categories, which are added in your Magento Store. Thus filtering the inactive categories.
$categories = Mage::getModel('catalog/category')
->getCollection()
->addAttributeToSelect('*')
->addIsActiveFilter();
Get active categories of any particular level
The below code will fetch all active categories of particular level. Here, I have selected level 2.
$categories = Mage::getModel('catalog/category')->getCollection()
->addIsActiveFilter()
->addAttributeToFilter('level','2')
->addAttributeToSelect('id')
->addAttributeToSelect('name')
->addAttributeToSelect('url_key')
->addAttributeToSelect('url')
->addAttributeToSelect('is_active');
Now, You can display Name, URL, id etc. by following code:
foreach ($categories as $category)
{
$entity_id = $category->getId();
$name = $category->getName();
$url_key = $category->getUrlKey();
$url_path = $category->getUrl();
}
This post is pretty well maintained and really nice post. Thanks for this and keep updating.
ReplyDeleteOnline Marketing Company Delhi
Pretty nice post and very impressive, thanks for this post, Keep updating.
ReplyDeleteSelf Balancing Hoverboard Price
Really impressive post and very well maintained.
ReplyDeleteKetoArt
Really an amazing post, thanks for it.
ReplyDeleteBest Ovarian Cysts Treatment In Delhi
Thanks for the post of custom module.
ReplyDeletepitambari Neelam stone Online
Really amazing post, thanks for it and keep updating.
ReplyDeletehoverboard india
This coding is really necessary for the display category.
ReplyDeleteUbilom
Weight Loss Surgery in india
ReplyDeleteWeight Loss Surgery in india
Weight Loss Surgery in india
best oncologist in noida
ReplyDeletebest oncologist in Delhi
best oncologist in India
amazing
ReplyDeleteThanks Sir..
DeleteThanks for this kind of posts,
ReplyDeleteBrain Cancer doctor In noida
Brain Cancer Consultant In noida
Thanks for this kind of innovative posts.
ReplyDeleteBone Cancer doctor In noida
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDelete