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.
出于某种原因,dhl intraship 插件似乎无法识别何时有新订单。cronjobs 运行良好,但从我在代码中看到的,它们总是从内部/装运实体开始,但我的数据库中的相应表是空的,因此 cronjobs 什么都不做。
如何让插件填满表格?希望我可以从那里解决可能的配置问题。
我的 Magento 版本是 CE 1.7.0.2
我没有本地覆盖,也没有修改 community/Dhl 文件夹(我重新安装了,git 没有变化)
谢谢!很抱歉这个模糊的问题,但我没有任何错误消息。
当 Invoice 进来时,似乎另一个模块正在监听sales_order_invoice_save_after事件,创建一个装运并增加订单。因此,当 intraship 模块运行 cronjob 时,订单返回。QtyShippedcanShip()false
sales_order_invoice_save_after
QtyShipped
canShip()
false