Quantcast
Channel: Amjath.com
Viewing all articles
Browse latest Browse all 14

Get Category Url from ID in Magento

$
0
0

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


Viewing all articles
Browse latest Browse all 14

Trending Articles