Qvomos Posted March 1, 2008 Posted March 1, 2008 "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." Fresh install on a newly just installed latest version osCommerce. I am selling digital downloads however. Can anyone tell me how to fix this as I have gone thru all settings possible as far as no shipping/no rates etc etc. Downloads also set to True. Thank you for any help Quote
allaboutwicker Posted March 1, 2008 Posted March 1, 2008 "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." Fresh install on a newly just installed latest version osCommerce. I am selling digital downloads however. Can anyone tell me how to fix this as I have gone thru all settings possible as far as no shipping/no rates etc etc. Downloads also set to True. Thank you for any help Hi, I am not 100% sure on this, but I plugged your error message in google search and found this: http://discussionboard.prostores.com/showp...amp;postcount=6 Worth taking a look. Quote
soch Posted January 21, 2009 Posted January 21, 2009 "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." Fresh install on a newly just installed latest version osCommerce. I am selling digital downloads however. Can anyone tell me how to fix this as I have gone thru all settings possible as far as no shipping/no rates etc etc. Downloads also set to True. Thank you for any help I also faced the same problem. Here is teh solution. Open paypal_standard.php file in ctalog/includes/modules/payment folder. Comment the line number 297 i.e.: if (is_numeric($sendto) && ($sendto > 0)) { // $parameters['address_override'] = '1'; $parameters['first_name'] = $order->delivery['firstname']; $parameters['last_name'] = $order->delivery['lastname']; $parameters['address1'] = $order->delivery['street_address']; $parameters['city'] = $order->delivery['city']; $parameters['state'] = tep_get_zone_code($order->delivery['country']['id'], $order->delivery['zone_id'], $order->delivery['state']); $parameters['zip'] = $order->delivery['postcode']; $parameters['country'] = $order->delivery['country']['iso_code_2']; } else { It worked for me. I hope it works for you too. Quote
mickj Posted February 20, 2009 Posted February 20, 2009 Fantastic, Thanks for that simple solution. I have struggled with this one for days. All for the sake of a couple of \\ 's Changed it on v2.2 RC2a and worked like a dream Thank goodness for the OS Community. Try getting answers and support like that from M$oft. - Never !! Quote
ilushkin Posted August 27, 2009 Posted August 27, 2009 FYI, this worked for me too! Thanks! Worked for me as well on fresh install 2.2 Rc 2. Thanks. Quote
Barbie97 Posted July 15, 2010 Posted July 15, 2010 I was having the same issue and canceling out that line worked for me too!!! I'M SO HAPPY NOW!!! THANK YOU SO MUCH!!!!! :D Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.