Dognose77 Posted July 10, 2013 Posted July 10, 2013 We are running osCommerce Online Merchant v2.3.3 The paypal module is Version: 1.2 (online status) API Version: 60.0 At check out the error occurs displaying A match of the Shipping Address City, State, and Postal Code failed. The paypal setting look to be correct. I modified no code, just the administrator variables I am confused.. Help please Enable PayPal Express Checkout True Seller Account API Username API Password API Signature Transaction Server Sandbox Transaction Method Sale PayPal Account Optional True PayPal Instant Update True PayPal Checkout Image Static Debug E-Mail Address Payment Zone Indiana Set Order Status default PayPal Transactions Order Status Level default Sort order of display. 0 cURL Program Location /usr/bin/curl Quote
♥14steve14 Posted July 10, 2013 Posted July 10, 2013 I had a similar problem with the paypal standard module supplied with oscommerce. I was told by paypal that when doing their security checks something in the address did mot match as it should and because of this the error was recorded and the transaction was stopped. There is a work around. In your includes/modules/payment/paypal_standard.php file find $parameters['address_override'] = '1'; and change it to $parameters['address_override'] = '0'; See if that helps. It did for me. Quote REMEMBER BACKUP, BACKUP AND BACKUP
obleck Posted December 11, 2013 Posted December 11, 2013 Had this same problem with paypal express module, and the solution was similar: .../catalog/ext/modules/payment/paypal/express.php Line 584: $params['ADDROVERRIDE'] = '1'; set to '0'. osc 2.3.x Unfortunately I'm not sure which paypal express module it is, but it would appear this "address override" bit causes the problem in any version. Quote
obleck Posted December 13, 2013 Posted December 13, 2013 Had this same problem with paypal express module, and the solution was similar: .../catalog/ext/modules/payment/paypal/express.php Line 584: $params['ADDROVERRIDE'] = '1'; set to '0'. osc 2.3.x Unfortunately I'm not sure which paypal express module it is, but it would appear this "address override" bit causes the problem in any version. Typo: that's line 548, not 584 Quote
amarbhanu Posted January 28, 2014 Posted January 28, 2014 The shipping address, city, state and/or zip code does not match. What without city name paypal will accept user address in oscommrece, i have confusion so any one suggest Quote amarbhanu We don't use Signatures for external links.
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.