Hi again Cindy - on both sites that have been upgraded I am now repeatedly getting an PayPal error code 10730 - after checking out going through guest checkout / PayPal and getting to PayPal and clicking pay now I get returned to the guest checkout page (all details still completed) with this error at top of the page;
"Error 10730 Shipping Address Postal Code Empty - The field Shipping Address Postal Code is required"
The postcode is completed in the billing address section - the shipping address is same as billing address box is checked (default I assume) - even when I uncheck that box the details shown for shipping are as per billing and includes the postcode.
I get this error code;
Code:
[11-Nov-2019 09:09:29 Australia/Sydney] PHP Parse error: syntax error, unexpected ',' in /home/admin/public_html/includes/modules/payment/paypalwpp.php on line 2034
this is the line you modified - not sure if this is relevant but in the email received that line of code was represented as ;
Code:
$this->zcLog('ec_step2_finish - 2a*'*, *'*address-creation bypassed based on observer setting.');
}
(possibly a character interpretation issue with the email program ??)
in the forum on the ZC site in the post above it is shown as;
Code:
if ($bypass_address_creation) {
$this->zcLog('ec_step2_finish - 2a', 'address-creation bypassed based on observer setting.');
}
I initially used the code in the email but it caused a blank page after clicking checkout - I am now using the code from your post above - resulting in that error.
For the life of me I cannot figure why it worked first time as I indicated in my post but now wants to throw this error. I have cleared cache and restarted browser.
cheers,
Mike
Bookmarks