Home  >  Article  >  Backend Development  >  ecshop 怎么实现付款成功后让其直接调用后台的发货按钮??就是简化发货流程

ecshop 怎么实现付款成功后让其直接调用后台的发货按钮??就是简化发货流程

WBOY
WBOYOriginal
2016-06-06 20:11:181028browse

如题: ecshop 怎么实现付款成功后让其直接调用后台的发货按钮??就是简化发货流程

回复内容:

如题: ecshop 怎么实现付款成功后让其直接调用后台的发货按钮??就是简化发货流程

给你一个思路:异步方式解决这个问题吧,比如单独写一个PHP脚本,然后用linux crontab 1个小时监测一次订单列表,把所有已付款的订单进行发货操作(读源码找到发货按钮点击以后执行的方法)

以上思路仅供参考,请结合业务逻辑操作,不然就是耍流氓

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn