【发布时间】:2013-02-04 02:55:41
【问题描述】:
我的问题如下:Magento 为新产品创建 URL 重写,并在不同的列表中使用不同的 URL。如果我的产品属于 Foo 和 Bar 两个类别,Magento 将在我真正想要的 URL 之上使用两个 URL。
- 在类别列表中
Foo => /store/type/foo/product.html - 在类别列表中
Bar => /store/type/bar/product.html - 在正常链接中
/store/product.html
我希望/需要让 Magento 在整个商店中仅使用 URL /store/product.html。我在管理页面中没有找到任何设置。
使用 Magento 1.5.1.0。
【问题讨论】:
标签: php magento magento-1.5