To Get the Category id
$categoryid = Mage::getModel('catalog/layer')->getCurrentCategory()->getId();
$catagory_model = Mage::getModel('catalog/category')->load($categoryid);
echo $catagory_model->getDescription();
$catagory_model = Mage::getModel('catalog/category')->load($categoryid);
echo $catagory_model->getDescription();
Comments
Post a Comment