We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
category
- July 11, 2015 26
In this article I'm writing code for display top level categories and sub categories of current category. If you want to have a list with the sub categories of magento of the current Parent...
- May 24, 2015 18
We don't have any function to re-size the category image, but we can use this code for category image resize
[php]
$_category=Mage::getModel('catalog/category')->load($categoryId());... - May 21, 2015 10
Here is a quick and complete code to load parent category from current category page and to get sub categories of parent category along with their product count.
[html]
/**... - May 15, 2015 17
Display subcategories of the current category if it has sub categories.
If it doesn't have the sub categories then display parent category with its sub categories.
Category...