西部数码主机 | 阿里云主机| 虚拟主机 | 服务器 | 返回乐道官网
当前位置: 主页 > php教程 > magento教程 >

Magento PayPal提示订单地址无效解决方案

时间:2016-02-19 15:14来源: 作者: 点击:
Magento PayPal提示错误提示: Unable to process payment. Please contact the merchant as the shipping address provided by the merchant is invalid, and the merchant has requested that your order must be shipped to that address. 文件:
Magento PayPal提示错误提示:
 
Unable to process payment. Please contact the merchant as the shipping address provided by the merchant is invalid, and the merchant has requested that your order must be shipped to that address.
文件:
 
app/code/core/Mage/Paypal/Model/Api/Standard.php
第234行(Magento 1.4.2):
  
 
$request['address_override'] = 1
修改为:
 
$request['address_override'] = 0
或者注释掉或者直接干掉即可.
(责任编辑:好模板)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
栏目列表
热点内容