“Return to Merchant
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.”
There are not any settings that I can find to “undo” or “re-set” this new issue in the admin section so I toyed with the paypal_standard.php script on line 297 (this file is located in the folder: includes/modules/payment )
change line 297 as follows:
$parameters['address_override'] = '1'; over to $parameters['address_override'] = '0'; this change has seemed to fix the issue for now.

Recent Comments