Home > Magento > Get Category Url from ID in Magento

Get Category Url from ID in Magento

  

Use the below code to get the category url from the category ID in magento

$category_id = 14;
Mage::getModel("catalog/category")->load($category_id)->getUrl();

Cheers!
Amjath

Categories: Magento Tags:
  1. Keyur Shah
    March 2nd, 2013 at 14:04 | #1

    Its works,,,,thanks

  1. No trackbacks yet.