得到分类页面的url后缀的代码为:
Mage::helper('catalog/category')->getCategoryUrlSuffix()
得到产品页面的url后缀的代码为:
Mage::helper('catalog/product')->getProductUrlSuffix();
这样的话,通过产品的urlkey就可以直接得到产品的url了。
得到分类页面的url后缀的代码为:
Mage::helper('catalog/category')->getCategoryUrlSuffix()
得到产品页面的url后缀的代码为:
Mage::helper('catalog/product')->getProductUrlSuffix();
这样的话,通过产品的urlkey就可以直接得到产品的url了。