您的位置:首页 > 其它

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

2014-01-28 11:04 274 查看
错误提示:

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


或者注释掉或者直接干掉即可.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐