我想更新在Magento 1.5中生成google站点地图的模板。
原因是,Magento使用的是URLKey (例如/my-jacket.html),而不是带有类别的完整URL (例如/outerwear/jackets/my-jacket.html)。
我在网站的另一个地方(一个.html网站地图)做这件事,它工作得很好。当循环访问某个类别中的产品时...
// get the categories for this product
$_categories = Mage::getModel('catalog/product')->load($product_id)-