网站和优化 · 3 5 月, 2025

Ecshop支付成功后显示此支付方式不存在或者参数错误

Ecshop订单支付成功后显示“此支付方式不存在或者参数错误”

解决办法:

打开 respond.php 文件

查找:

1 if (file_exists($plugin_file))

修改为:

1 if (file_exists(ROOT_PATH.$plugin_file))

OK了!