新状态未出现在订单列表中
我为订单创建了一个新状态,并且设置正确,我的问题是它没有出现在订单列表中...它应该是空白的,
我应该编辑什么才能使其工作?
示例:
$order->setState('new_status', 'new_status', 'Some comment', false);
$order->save();
谢谢,
乔
I created a new status for the orders and it is being set correctly, my problem is that is not appearing on the order list... it is blank where it should be
what should I edit for this to work?
example:
$order->setState('new_status', 'new_status', 'Some comment', false);
$order->save();
thanks,
Joe
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我怀疑您需要在模块的 config.xml 文件中定义状态。
这是获取所有其他状态代码的方式。
I suspect you need to define the status in your module's
config.xml
file.This is how all other status codes are acquired.