Use the below code to get the current category id category ID in magento
echo Mage::getModel('catalog/layer')->getCurrentCategory()->getId();
Cheers!
Amjath
Use the below code to get the current category id category ID in magento
echo Mage::getModel('catalog/layer')->getCurrentCategory()->getId();
Cheers!
Amjath