Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Nov 2007
    Posts
    342
    Plugin Contributions
    0

    Default Intermittent Succesful PP Checkouts

    Dear Gang -

    I am getting reports from certain customers that they completed the checkout process but the paypal transaction didn't get through nor have I a record of their order in my Order List.

    Noted that successful transactions get 3 log files (with the same name like 'Paypal_Debug_.....log') within the modules/Paypal/logs folder whereas the ones that didn't get through get only two log files.

    Any idea where should I look first?

    I am using ZC 1.3.7

    Thank you!
    Gabstero

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Intermittent Succesful PP Checkouts

    Quote Originally Posted by gabstero View Post
    Any idea where should I look first?

    I am using ZC 1.3.7
    Probably best to patch your obsolete code: http://www.zen-cart.com/forum/showthread.php?t=56216
    ... or upgrade.
    .

    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.

  3. #3
    Join Date
    Nov 2007
    Posts
    342
    Plugin Contributions
    0

    Default Re: Intermittent Succesful PP Checkouts

    Thanks DrByte -

    I should have mentioned that I am using ZC v 1.3.7.1 that apparently already has the patch as mentioned at the link you sent.

    thank you,
    gabstero

  4. #4
    Join Date
    Nov 2007
    Posts
    342
    Plugin Contributions
    0

    Default Re: Intermittent Succesful PP Checkouts

    I am comparing successful and non-successful PayPal logs and I discovered that there are the following sets:

    For sucesful transactions I have the following log types:

    - SetExpressCheckout
    - GetExpressCheckoutDetails
    - DoExpressCheckoutPayment

    For transactions that failed I have only the two log file types:

    - SetExpressCheckout
    - GetExpressCheckoutDetails

    thanks,
    Gabstero

  5. #5
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Intermittent Succesful PP Checkouts

    Right. That means the customer never completed the actual payment on your site. They started it, but didn't complete checkout on your final checkout page. This is confirmed by the fact that you've not got money in your paypal account for the transaction either. Basically the customer abandoned the checkout.
    .

    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
    Nov 2007
    Posts
    342
    Plugin Contributions
    0

    Default Re: Intermittent Succesful PP Checkouts

    Thanks -

    but then why are they contacting me saying that they were unable to complete the checkout? In other words they wanted to buy the item but the system apparently didn't complete it -

    hope it makes sense -

    thanks,
    Gabi.

  7. #7
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Intermittent Succesful PP Checkouts

    It would be prudent to find out that detail, for sure. Perhaps *they* can tell you more details.
    .

    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.

  8. #8
    Join Date
    Nov 2007
    Posts
    342
    Plugin Contributions
    0

    Default Re: Intermittent Succesful PP Checkouts

    DrByte -

    I found out more. On a unsuccessful checkout, they went to the paypal payment screen, entered the shipping address, clicked on next, then it just went back to the main site without seemingly making payment.

    And connected to this I have a set of unusual long PayPal logs that have the whole category tree and products listed in a strange code.

    I have the log set here but I don't want to post them, so I appreciate if you could take a look at them if I send them to you in a private message

    VERY MUCH APPRECIATED!

    thanks,
    Gabstero

  9. #9
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Intermittent Succesful PP Checkouts

    Your logs confirm that the customer got to the PayPal site to login and/or enter payment/cc details and returned to your site. That is normal for Express Checkout. But it doesn't normally end there. At that point the customer is naturally returned to your site to choose shipping options, enter coupons, calculate relevant taxes, and then finally confirm payment on your site. It looks like your customers quit the checkout after coming back from PayPal. The logs show nothing more, which means the customer didn't complete the process.

    Additionally, the "categories_tree" you see in the logs appears to come from session data created by a simple-category-tree addon you must have installed on your site. I've not used that addon so I can't say for sure whether it's affecting this, but I doubt there's any correlation between it and your paypal transactions at all.
    .

    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.

  10. #10
    Join Date
    Nov 2007
    Posts
    342
    Plugin Contributions
    0

    Default Re: Intermittent Succesful PP Checkouts

    Quote Originally Posted by DrByte View Post
    Your logs confirm that the customer got to the PayPal site to login and/or enter payment/cc details and returned to your site. That is normal for Express Checkout. But it doesn't normally end there. At that point the customer is naturally returned to your site to choose shipping options, enter coupons, calculate relevant taxes, and then finally confirm payment on your site. It looks like your customers quit the checkout after coming back from PayPal. The logs show nothing more, which means the customer didn't complete the process.

    Additionally, the "categories_tree" you see in the logs appears to come from session data created by a simple-category-tree addon you must have installed on your site. I've not used that addon so I can't say for sure whether it's affecting this, but I doubt there's any correlation between it and your paypal transactions at all.
    Thanks a lot for looking into it.

    The fact that the checkout was interrupted after the customer returned from the PayPal site (showing as if he quit) confirms my suspicions that the problem may be with my site. Can it possibly be the fact that the customer didn't have any billing nor shipping address filled out before hitting the PayPal site?

    The funny thing is that each time I try --- it works. But I have certain folks who just can't get through and I cannot find a repetitive pattern.

    I wonder if there's any difference in them going via the "Go To Checkout" button or the "Checkout With PayPal - The safer, easier way to pay" button...

    Thanks for the help!
    gabstero

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 Multiple checkouts
    By rolex in forum Addon Payment Modules
    Replies: 6
    Last Post: 26 Jul 2012, 01:22 PM
  2. v139d Easy Populate says succesful but does not appear in shop
    By kerrydunk in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 18 Mar 2012, 07:05 AM
  3. Two Separate Checkouts?
    By AaronHicks in forum Managing Customers and Orders
    Replies: 2
    Last Post: 11 Aug 2011, 06:33 AM
  4. Incomplete Checkouts
    By philip937 in forum General Questions
    Replies: 3
    Last Post: 16 Mar 2011, 09:04 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR