关于睿艾科技

企业级电子商务及供应链解决方案


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

新闻添加时间:2017-07-10 8:31:40

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
或者注释掉或者直接干掉即可.