Hello,
I think that you can set your Alipay account so that you don't have to manually change the orders statuts to "Shipped" in Alipay.
So can you please :
- try to change your alipay configuration
- translate your configuration page with your browser
- send me a screenshots of your configuration with confidential's fields hidden
- change the line 254 in alipay.php :
if((preg_match('/true$/i', $response) && $sign == $_POST['sign']) || $_POST['trade_status'] == 'TRADE_FINISHED' || $_POST['trade_status'] == 'TRADE_SUCCESS' || $_POST['trade_status'] == 'WAIT_SELLER_SEND_GOODS') {
By this line :
if((preg_match('/true$/i', $response) && $sign == $_POST['sign']) || $_POST['trade_status'] == 'TRADE_FINISHED' || $_POST['trade_status'] == 'TRADE_SUCCESS' || $_POST['trade_status'] == 'WAIT_SELLER_SEND_GOODS' || $_POST['trade_status']== 'WAIT_BUYER_PAY') {
- and test it again.
Thank you.