Jump to content



Latest News: (loading..)

- - - - -

Shipping address invalid from pay/pal


  • Please log in to reply
2 replies to this topic

#1   konradgerats

konradgerats
  • Members
  • 7 posts
  • Real Name:konrad gerats
  • Gender:Male

Posted 30 July 2012 - 10:43 AM

my customer gets a message from pay/pal when  placing an order. "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 be shipped to that address"
Any ideas how to sove this would be appreciated. thankyou.

#2   14steve14

14steve14

    STORE OWNER NOT CODER

  • Members
  • 3,074 posts
  • Real Name:Steve
  • Gender:Male
  • Location:Dorset UK

Posted 30 July 2012 - 01:22 PM

If you are using the standard paypal module try changing in the includes/modules/payment/paypal_standard.php

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

to

$parameters['address_override'] = '0';
REMEMBER BACKUP, BACKUP AND BACKUP
I am not a coder, so dont bother sending PMs asking for help as you wont get any.  

OSC has a steep learning curve, but in general the program does work.  If it doesnt work, the chances are it is something you have done.

#3   konradgerats

konradgerats
  • Members
  • 7 posts
  • Real Name:konrad gerats
  • Gender:Male

Posted 20 November 2012 - 01:12 PM

thankyou