Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Best addressing solution


Guest

Recommended Posts

Posted

I am having a problem with the paypal check out. I am not sure if this is the same address issue I have seen in the forums but it may be. First off you can’t set the correct state when putting in your address. Which I believe is causing this error message when you go to the Paypal.

 

“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.”

 

Is this the same problem?

 

I have not made any changes to my store, why has it started now?

 

Is adding a mod the only solution?

Posted

I get this error on a couple of websites but that is my fault as I remove the address from them. The way I sorted it is to open up includes/modules/payments/paypal_ipn.php and do the following:

 

Find the following 2 lines of code:

		$parameters['address_override'] = '1';
	$parameters['no_shipping'] = '2';

 

I am unsure where one it is that I remove but it is one of them, I think it is the first line so remove that one, upload it and test it, if it doesn't work put the first line back in and remove the second one and it should work correctly.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...