magento :: 将订单从待处理更改为完成
我制作了一个 magento 模块来处理我的银行 vpc 系统,到目前为止一切都很好,我使用 Mage_Payment_Model_Method_Cc 作为父级。代码工作 100%,但现在,当订单发生时,我在管理面板中看到它们处于“待处理”状态,我想在用户提交请求时将请求标记为“完成”。我尝试了我能想到的一切,但没有希望。
提前致谢
i made a magento module to handle my bank vpc system, all good until now, i'm using Mage_Payment_Model_Method_Cc as a parent. the code is working 100% but now, when orders take place i see them in the admin panel with "pending" status, i want to mark the request as "complete" when a user submits the request. i tried everything i can think of with no hope.
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看看这里:- Magento:如何以编程方式更改订单状态?
希望有帮助。
Have a look at here:- Magento: How to change order status programmatically?
Hope it helps.
/*
*/
?>
/*
*/
?>
在 Magento 版本中。 1.12.0.2 如果您尝试强制订单状态为“完成”,您会收到以下错误:
In Magento ver. 1.12.0.2 if you try to force the order state to Complete, you get the following error: