Page 3 of 8 FirstFirst 12345 ... LastLast
Results 21 to 30 of 74
  1. #21
    Join Date
    Mar 2006
    Posts
    45
    Plugin Contributions
    0

    Default Re: PAYPAL Payment but no order !

    But is there any way to recover the order data?

    Paypal Sessions Viewer addon (versions 1 or 2) don't work - I get an error message so I guess they're not compatible with 1.3.8 running on PHP/MySQL5.

    It would make life so much simpler if there was an order recovery facility for this problem, which seems to happen a lot

  2. #22
    Join Date
    Jan 2004
    Posts
    58,260
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: PAYPAL Payment but no order !

    It's also worth noting that PayPal has been having system problems off and on all week.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    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. #23
    Join Date
    Dec 2007
    Posts
    35
    Plugin Contributions
    0

    Default Re: PAYPAL Payment but no order !

    i agree. If there is a log to record what is the item the customer order if they press complete the order. Even though they did not click the return button. There are still a way to for us to track back the payment amount and the order total. um.................. i am not a good php programmer, if any one willing to code the code, i think i can contribute the logic.

  4. #24
    Join Date
    Jul 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: PAYPAL Payment but no order !

    Here is my logic, if there is anything wrong, please let me know:
    1. As soon as a customer click "Confirm", the order is sent to the list of orders as "pending"
    2. Simultaneously, he is sent to PayPal for payment.
    3. Idealy, a successful payment would trigger a handshake and change the order status from "pending" to "processing" (or any status)
    4. If a handshake was unsuccessful and we know the order is paid (via email, etc.), we can manually update the order's status.

    I will try to implement this. Please let me know if I'm missing something.

  5. #25
    Join Date
    Mar 2004
    Posts
    16,019
    Plugin Contributions
    5

    Default Re: PAYPAL Payment but no order !

    the issue with this is the number of orders dropped at paypal,
    the change of many open unpaid invoices is more of a hassle than just remonding the customer to PUSH THE BUTTON to come back to the store to complete the order

  6. #26
    Join Date
    Jul 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: PAYPAL Payment but no order !

    Thanks for the reply.

    Before PayPal IPN was used on my client's site, he would have to send an invoice manually via Email Payment Request. More than 90% customers who clicked "Confirm" would make the payment.

    Somehow, I feel customer satisfaction is more important than worrying about deleting unpaid orders. In some cases (small percentage but still happen), customer would pay but somehow did not return to the site for completion. This results in his order getting "lost". This could be as simple as Internet connection problem.

    My logic mentioned before is just a fail-safe solution. I really don't see how opening unpaid invoices with a "pending" status is going to confuse anyone. Plus, most customers would go through the transaction in my experience.

  7. #27
    Join Date
    Jul 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: PAYPAL Payment but no order !

    I have done more reading. I'm not sure if I understand this correctly.

    If I use a PDT token, the transaction should be posted (and show up as an order) as soon as customer made the payment. It doesn't matter if the customer come back to the site or not. Is that correct?
    Last edited by alexexela; 17 May 2008 at 06:25 AM.

  8. #28
    Join Date
    Mar 2004
    Posts
    16,019
    Plugin Contributions
    5

    Default Re: PAYPAL Payment but no order !

    Zen Cart relies on return url

    the flow is
    clisnt -Shopping cart -> checkout shipping-> payment -> confirm -> paypal -> ( auto return sends back to ) -> checkout_process -> ( paypal sends IPN info to site if its setup correct ) -> ipn_main_handler.php

  9. #29
    Join Date
    Dec 2007
    Posts
    35
    Plugin Contributions
    0

    Default Re: PAYPAL Payment but no order !

    Quote Originally Posted by alexexela View Post
    Here is my logic, if there is anything wrong, please let me know:
    1. As soon as a customer click "Confirm", the order is sent to the list of orders as "pending"
    2. Simultaneously, he is sent to PayPal for payment.
    3. Idealy, a successful payment would trigger a handshake and change the order status from "pending" to "processing" (or any status)
    4. If a handshake was unsuccessful and we know the order is paid (via email, etc.), we can manually update the order's status.

    I will try to implement this. Please let me know if I'm missing something.
    Hi Alex,

    Please keep me posted. I definately interest in this module as well. This is definately a problem to us. Since you cannot "force" the customer to hit the return button and as a "service" provider, we need to make sure the customer is well taking care and the software is easy to use. Honestly, to me as a developer (not PHP though) this is really a huge bug. I am also currently thinking how to solve this problem.

    thanks for taking the initial effort.

    regards,
    TY

  10. #30
    Join Date
    Dec 2007
    Posts
    35
    Plugin Contributions
    0

    Default Re: PAYPAL Payment but no order !

    Quote Originally Posted by alexexela View Post
    I have done more reading. I'm not sure if I understand this correctly.

    If I use a PDT token, the transaction should be posted (and show up as an order) as soon as customer made the payment. It doesn't matter if the customer come back to the site or not. Is that correct?
    I dun think this is correct, i already enable the PDT, but it did not solve the problem.

 

 
Page 3 of 8 FirstFirst 12345 ... LastLast

Similar Threads

  1. Info/Orders at a Glance Admin Contribution for 1.2.7 and 1.3.0.
    By Reesy in forum All Other Contributions/Addons
    Replies: 203
    Last Post: 17 Feb 2012, 04:15 PM
  2. Paypal payment happens - but no order
    By rohitsax in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 8 Jun 2009, 04:03 AM

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
  •