我想为我们的 Magento 购物篮实现自定义 URL。Magento 开箱即用的 url paht 是 /checkout/cart 但客户端请求 /checkout/bag。
我试图以某种方式 * URL 在后端重写管理 - 它有效,但我需要将代码中的所有出现更新为新 url,因为 $this->getUrl('checkout/cart') 不会转换为结帐/袋 * 我也试过遵循http://alanstorm.com/magento_dispatch_rewrites_intro的一些建议,但基本上它也对我没有帮助。* 我也尝试了这篇文章中的示例http://phprelated.myworks.ro/two-add-to-cart-buttons-with-different-redirect-actions-at-once-in-magnto/
那么,有什么方法可以在不更新我们的模板和类 $this->getUrl('checkout/cart')
任何依赖于 Web 服务器架构的解决方案都不是最终的解决方案。