Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Magento 1.7 网站和一个链接到类别的顶部菜单导航。
顶部菜单中的链接是否有可能引用特定产品而不是其类别?
不,没有直接的方法可以做到这一点。
但是您可以在菜单上创建类别,然后执行自定义 URL 重写以将该 url 请求路径写入您想要的产品。
检查目录 -> URL 重写管理 -> 添加 URL 重写
为产品添加 url -> 跳过类别 -> 然后将请求路径更改为要链接到产品的类别 URL
直截了当,这应该可以解决您的问题。