小编pbo*_*gut的帖子

Magento重定向到订单视图

我想将用户从我的后端模块重定向到admin/order_sale/view,但我不能.当我使用:

Mage::app()->getResponse()->setRedirect(Mage::helper('adminhtml')->getUrl("admin/sales_order/view", array('id'=>'1'))); 
Run Code Online (Sandbox Code Playgroud)

Magento正在从URL切割'admin',因此它看起来像:

http://magento1702.local/index.php//sales_order/view/id/1/key/fdb6089cf1e5cd77f85f085def1a013a/
Run Code Online (Sandbox Code Playgroud)

我得到404页面.知道如何以magento方式重定向到管理模块吗?

php magento magento-1.7

11
推荐指数
2
解决办法
1万
查看次数

标签 统计

magento ×1

magento-1.7 ×1

php ×1