将 Magento 从 1.5.0.1 升级到 1.5.1 后,成功签出不会重定向到确认页面
将 Magento 升级到 1.5.1 后,当客户订购时,屏幕会刷新,但不会重定向到确认页面,客户可以再次按下下订单按钮并再次对卡进行收费。还有其他人偶然发现这个问题吗?
感谢您的查看
更新:
在我签出后,服务器返回以下响应:
致命错误:调用 /var/www/magentobase/app/code/core/Mage/Checkout/controllers/OnepageController 中未定义的方法 Mage_Payment_Helper_Data::getZeroSubTotalPaymentAutomaticInvoice() 。 php第503行
After upgrading Magento to 1.5.1 when a customer orders their screen refreshed, but it doesn't redirect to the confirmation page and customers can push the place order button again and have their card charged again. Has anyone else stumbled onto this problem?
Thanks for looking
UPDATE:
After I checkout the server returns the following response:
Fatal error: Call to undefined method Mage_Payment_Helper_Data::getZeroSubTotalPaymentAutomaticInvoice() in /var/www/magentobase/app/code/core/Mage/Checkout/controllers/OnepageController.php on line 503
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,我不久前制作了一个修补文件,修复了之前导致冲突的问题。修补后的文件位于:
app/code/local/Mage/Payment/Helper/Data.php
我只是删除了该文件,一切正常。
Turns out there was a patched file I made awhile ago that fixed a previous issue that was causing the conflict. The patched file was located in:
app/code/local/Mage/Payment/Helper/Data.php
I simply removed the file and everything is working fine.