wondergirl,
If you're willing to try Express Checkout again, I'd like to suggest you make a slight coding change to see if this particular problem goes away properly:
- edit /includes/modules/payment/paypalwpp.php
- around line 1633 (of v1.3.9h version) you'll see code that looks like the following.
- simply add the two "//" at the beginning of the line, as shown in red here:
Code:
if (MODULE_PAYMENT_PAYPALWPP_CONFIRMED_ADDRESS == 'Yes' && strtoupper($response['ADDRESSSTATUS']) != 'CONFIRMED') {
// $this->terminateEC(MODULE_PAYMENT_PAYPALWPP_TEXT_CONFIRMEDADDR_ERROR, true, FILENAME_CHECKOUT_SHIPPING);
}