Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PayPal IPN v2.3.3 error!


Qvomos

Recommended Posts

"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

Link to comment
Share on other sites

"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.

Link to comment
Share on other sites

  • 10 months later...
"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.

Link to comment
Share on other sites

  • 5 weeks later...

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 !!

Link to comment
Share on other sites

  • 2 months later...
  • 3 months later...
  • 10 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...