Monday, May 23, 2011

Get category URL from the URL rewrites

$urlKey =  Mage::getModel('core/url_rewrite')->loadByIdPath('category/3')->getRequestPath();
$url = Mage::getUrl('', array('_direct' => $urlKey)); 

No comments:

Post a Comment