天天看点

ecshop支付宝付款成功后台显示未付款

ecshop支付宝前台付款后台显示未付款处理成已付款

网站根目录下respond.php,在文件中搜索:

if (file_exists($plugin_file))

改成

if (file_exists(ROOT_PATH.$plugin_file))

这样就能支付宝付款之后后台就正常显示了.