我正在创建一个模块,允许客户在未达到处理阶段时编辑他们的订单,到目前为止一切正常,但是在订单历史记录页面上我有这 3 个链接
View Order | http://www.site.com/Current-Build/sales/order/view/order_id/[ID]/
Reorder | http://www.site.com/Current-Build/sales/order/reorder/order_id/[ID]/
Edit Order (mine) | http://www.site.com/Current-Build/mymodulefrontname/order/edit/order_id/[ID]/
<frontName>
为了让事情看起来整洁,我尝试通过将我的模块更改为 config.xml 中的 sales 并更改mymodulefrontname
to来更改我的链接以匹配前 2 个链接sales
,而这对我的链接问题有效,现在前 2 个链接现在转到404 页
有没有办法让我的模块与 Mage_Sales 具有相同的名称而不会引起冲突