Get Sub Categories of Categories in Magento: You can get the desired result for displaying all the sub-categories of a particular categories by using the below code accordingly whether it is current one or root.
<?php $catID = $current_category->getId(); //or any specific category id, e.g. 9 $cloth= Mage::getModel('catalog/category')->getCategories($catID); foreach ($cloth as $category) { echo $category->getId(); echo $category->getName(); echo $category->getRequestPath(); print_r($category->getData()); } ?>
App usage is growing steadily without showing any signs of slowing down. Hence, it is no surprise that mobile applications…
As the world has grown more digital, businesses have adapted themselves. An effectual adaptation includes online advertising. Offline advertising styles…
Step into a world where apps dance to the user's tune. Picture Instagram, a photo-sharing sensation that swept the globe.…
COVID-19 has led to a digitalization of lifestyle. As patients are taking their mental and physical health more seriously, healthcare…
Introduction WordPress, an immensely popular content management system (CMS), powers over 40% of the internet. What makes WordPress even more…
For moving companies trying to capture their market share amidst stiff competition, a tip or two about what they can…