Get URL for a Magento Category


/ Published in: PHP
Save to your folder(s)

This will return the URL for the category specified (17 in this case)


Copy this code and paste it in your HTML
  1. Mage::getModel('catalog/category')->load(17)->getUrl();

Report this snippet


Comments


You need to login to view comments.