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 留在收据页面而不是自动重定向到首页?
我尝试在 OnepageController.php 中注释掉 SuccessAction,但这并没有帮助。有任何想法吗?
//西蒙
至于临时测试,你可以注释掉方法中的$session->clear();行successAction()from Mage_Checkout_OnepageController。
$session->clear();
successAction()
Mage_Checkout_OnepageController