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 的结帐单页和结帐成功页面之间加载自定义页面?尽快回复。
谢谢。克鲁帕帕里克
可能很难,因为在单击“下订单”后表单被发送到结帐控制器,如果不需要重定向到支付门,magento 会重定向到结帐成功页面。如果您需要一些自定义重定向,您需要挂钩controller_front_send_response_before事件并更改响应(但首先检查操作,因为这是每个操作和每个控制器触发的一般事件)。
controller_front_send_response_before