首页 > 其他 > 详细

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

时间:2014-01-28 20:11:34      阅读:698      评论:0      收藏:0      [点我收藏+]

错误提示:

bubuko.com,布布扣
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.
bubuko.com,布布扣

文件:

app/code/core/Mage/Paypal/Model/Api/Standard.php

第234行(Magento 1.4.2):
  

$request[‘address_override‘] = 1

修改为:

$request[‘address_override‘] = 0

或者注释掉或者直接干掉即可.

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

原文:http://www.cnblogs.com/liuxgnu/p/3535510.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!