Results 1 to 10 of 3052

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by shags38 View Post
    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
    Was there ever a fix for this? I have a client getting the 10730 error. It seems to be occurring only with guest checkout and when using a credit card to pay on PayPal.

    Zen Cart 1.5.6
    OPC 2.3.4

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,940
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    Was there ever a fix for this? I have a client getting the 10730 error. It seems to be occurring only with guest checkout and when using a credit card to pay on PayPal.

    Zen Cart 1.5.6
    OPC 2.3.4
    Jim, since you're using a 'base' zc156 (no alpha-suffix), did you follow the installation/update instructions for that version: https://github.com/lat9/one_page_che...-cart-156-156a

    That identifies additions/changes needed for the older Zen Cart 'core' modules, especially the addition of a notification within the paypalwpp.php module to enable an observer (like OPC's) to instruct the processing to bypass the customer-record creation.

  3. #3
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Jim, since you're using a 'base' zc156 (no alpha-suffix), did you follow the installation/update instructions for that version: https://github.com/lat9/one_page_che...-cart-156-156a

    That identifies additions/changes needed for the older Zen Cart 'core' modules, especially the addition of a notification within the paypalwpp.php module to enable an observer (like OPC's) to instruct the processing to bypass the customer-record creation.
    Sorry, typo. ZC is 1.5.6c

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,940
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    Sorry, typo. ZC is 1.5.6c
    Try enabling the paypalwpp debug mode. For those PayPal paid orders during guest checkout, you should be seeing
    Code:
    ec_step2_finish - 2a', 'address-creation bypassed based on observer setting.
    in the PayPal-generated logs.

  5. #5
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Try enabling the paypalwpp debug mode. For those PayPal paid orders during guest checkout, you should be seeing
    Code:
    ec_step2_finish - 2a', 'address-creation bypassed based on observer setting.
    in the PayPal-generated logs.
    Dang, I just cleared them thinking it would be in one-page logs. I'll watch for more and report back.

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,940
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    Dang, I just cleared them thinking it would be in one-page logs. I'll watch for more and report back.
    Actually, having both the PayPal and OPC logs will both help to "read the tea leaves"!

  7. #7
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Actually, having both the PayPal and OPC logs will both help to "read the tea leaves"!
    The OPC logs remained, so I've got those. I'll wait for a new error we can read all the leaves. :-)

 

 

Similar Threads

  1. Set number of products displayed per page (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 146
    Last Post: 2 Nov 2023, 12:50 AM
  2. v151 Banners In Main Page - Support Thread
    By stevesh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Sep 2021, 03:36 PM
  3. v151 Site Map/Page Not Found: Combined [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 4 Jan 2016, 02:19 PM
  4. v151 PayPal Express Checkout Using NVP 84.0 [Support Thread]
    By lat9 in forum Addon Payment Modules
    Replies: 32
    Last Post: 28 Dec 2015, 04:54 PM
  5. Checkout Amazon Style -- Support Thread
    By CJPinder in forum All Other Contributions/Addons
    Replies: 72
    Last Post: 13 Apr 2011, 08:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg