Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Dec 2012
    Posts
    12
    Plugin Contributions
    0

    Default Paypal Express checkout returning with missing info.

    Recently changed the files for the SSL Issue with Paypal from the info I got from this forum. Now it appears when customers check out with Paypal express checkout there are issues with their orders showing in zencart with missing the letter n in their names, addresses, email addresses, etc. So when zencart sents order emails they are returned because of invalid email addresses.

    Even the Paypal express checkout error auto generated emails have missing n's like this:

    10736
    Shippig Address Ivalid City State Postal Code
    A match of the Shippig Address City, State, ad Postal Code failed.

    Any info would be appreciated to fix this.

    SS

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Paypal Express checkout returning with missing info.

    This problem has appeared at least once before, but I can't find the thread. The good news is that I recall there being a solution offered (I think from DrByte). Maybe someone else can come up with the thread.

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Paypal Express checkout returning with missing info.

    Found it, but I was wrong about the solution:

    http://www.zen-cart.com/showthread.p...er-quot-n-quot

    Can you provide a link to the site?

    Does it only do that with HTML emails?

  4. #4
    Join Date
    Dec 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: Paypal Express checkout returning with missing info.

    Quote Originally Posted by stevesh View Post
    Found it, but I was wrong about the solution:

    http://www.zen-cart.com/showthread.p...er-quot-n-quot

    Can you provide a link to the site?

    Does it only do that with HTML emails?

    Under Email options under configuration:

    Use MIME HTML When Sending Emails set to false
    Email Admin Format set to HTML

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Paypal Express checkout returning with missing info.

    Quote Originally Posted by ss90 View Post
    Recently changed the files for the SSL Issue with Paypal from the info I got from this forum. Now it appears when customers check out with Paypal express checkout there are issues with their orders showing in zencart with missing the letter n in their names, addresses, email addresses, etc. So when zencart sents order emails they are returned because of invalid email addresses.

    Even the Paypal express checkout error auto generated emails have missing n's like this:

    10736
    Shippig Address Ivalid City State Postal Code
    A match of the Shippig Address City, State, ad Postal Code failed.

    Any info would be appreciated to fix this.

    SS
    Merely commenting out the CURLOPT_SSLVERSION line would have nothing to do with suddenly causing the symptoms you're reporting here.
    So, I must ask: when did this problem suddenly start?

    While I strongly recommend upgrading to the latest version of Zen Cart, another intermediate step is to compare all files on your server against original ZC files and reconcile any differences, much like: http://www.zen-cart.com/wiki/index.p...Obscure_Issues
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Dec 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: Paypal Express checkout returning with missing info.

    Quote Originally Posted by DrByte View Post
    Merely commenting out the CURLOPT_SSLVERSION line would have nothing to do with suddenly causing the symptoms you're reporting here.
    So, I must ask: when did this problem suddenly start?

    While I strongly recommend upgrading to the latest version of Zen Cart, another intermediate step is to compare all files on your server against original ZC files and reconcile any differences, much like: http://www.zen-cart.com/wiki/index.p...Obscure_Issues
    I will verify with my web host guy but from his email he did this:

    /web/content/includes/modules/payment/paypal/paypal_curl.php
    Line #58 : CURLOPT_SSLVERSION => 3,

    Change to CURLOPT_SSLVERSION => 4,

    These errors started occurring after he made changes.

    SS

  7. #7
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: Paypal Express checkout returning with missing info.

    Quote Originally Posted by ss90 View Post
    Recently changed the files for the SSL Issue with Paypal from the info I got from this forum. Now it appears when customers check out with Paypal express checkout there are issues with their orders showing in zencart with missing the letter n in their names, addresses, email addresses, etc. So when zencart sents order emails they are returned because of invalid email addresses.

    Even the Paypal express checkout error auto generated emails have missing n's like this:

    10736
    Shippig Address Ivalid City State Postal Code
    A match of the Shippig Address City, State, ad Postal Code failed.

    Any info would be appreciated to fix this.

    SS
    Quote Originally Posted by ss90 View Post
    I will verify with my web host guy but from his email he did this:

    /web/content/includes/modules/payment/paypal/paypal_curl.php
    Line #58 : CURLOPT_SSLVERSION => 3,

    Change to CURLOPT_SSLVERSION => 4,

    These errors started occurring after he made changes.

    SS
    Fyi, if those are the changes made, they are notin accordance with the direction offered by those that continue to maintain ZC as identified in this thread: http://www.zen-cart.com/showthread.p...yment-security

    That aside, the modification of the line of code identified in the above post would have no change to the email side of things. If multiple files were modified at the time of updating the one file, perhaps and might appear as if the change to the one file caused all the issues, but no even if changed as described in the email something else was changed at the same time.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #8
    Join Date
    Dec 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: Paypal Express checkout returning with missing info.

    I relayed this info to the webhost guy who made the changes. I assumed he got his info from this forum but appears he did not.

    Thanks all for the help/info.

    SS

  9. #9
    Join Date
    Dec 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: Paypal Express checkout returning with missing info.

    Here is my current paypal_curl.php file. This section looks correct and that line commented out.

    var $_curlOptions = array(CURLOPT_HEADER => 0,
    CURLOPT_RETURNTRANSFER => TRUE,
    CURLOPT_TIMEOUT => 60,
    CURLOPT_FOLLOWLOCATION => FALSE,
    CURLOPT_SSL_VERIFYPEER => FALSE,
    CURLOPT_SSL_VERIFYHOST => 2,
    // CURLOPT_SSLVERSION => 3,
    CURLOPT_FORBID_REUSE => TRUE,
    CURLOPT_FRESH_CONNECT => TRUE,
    CURLOPT_POST => TRUE,
    );

  10. #10
    Join Date
    Dec 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: Paypal Express checkout returning with missing info.

    I got a new clean paypal_curl.php file and commented out that line and uploaded it. I will see if that does anything to fix the issue.

    SS

 

 

Similar Threads

  1. v139h when does it insert order info to db when paying with PayPal Express Checkout?
    By linjuming in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 16 Jul 2012, 02:43 AM
  2. v139h Paypal Express checkout not returning data
    By Ch4iS in forum PayPal Express Checkout support
    Replies: 8
    Last Post: 28 Feb 2012, 12:10 PM
  3. PayPal Express Checkout keeps returning to Step 2 after confirmation
    By drysdaleandco in forum PayPal Express Checkout support
    Replies: 19
    Last Post: 8 Jan 2010, 06:32 PM
  4. Paypal express checkout button missing
    By ctcentralinfo in forum PayPal Express Checkout support
    Replies: 25
    Last Post: 16 Jul 2007, 12:56 AM
  5. Problem with returning info from paypal - 1.3.7 upgrade, express checkout
    By Graffi in forum PayPal Express Checkout support
    Replies: 22
    Last Post: 2 Jan 2007, 05:55 AM

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