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.
Latest News: (loading..)
Shipping address invalid from pay/pal
Started by konradgerats, Jul 30 2012 10:43 AM
2 replies to this topic
#1
Posted 30 July 2012 - 10:43 AM
#2
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';
$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.
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
Posted 20 November 2012 - 01:12 PM
thankyou









