Results 1 to 9 of 9
  1. #1
    Join Date
    Aug 2007
    Posts
    46
    Plugin Contributions
    0

    Default A payment with no order...

    This morning a customer bought an article and chose Paypal to Pay. The Payment has been done without problem but when the customer came back to the store there were no order confirmation! No mail order confirmation and no order in the admin.
    We made a test after that and can't reproduce the situation.
    Any idea of the cause?
    Thank you for your support.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: A payment with no order...

    PayPal had system problems earlier today:
    http://www.pdncommunity.com/pdn/blog...=1193814000000
    .

    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
    Mar 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: A payment with no order...

    Quote Originally Posted by DrByte View Post
    PayPal had system problems earlier today:
    http://www.pdncommunity.com/pdn/blog...=1193814000000
    Thanks Dr for the link.
    According to PayPal, issue has been resolved, however I have the same issue as cdelab.

    A payment with no order. I have tried numerous times myself and it's still the same.
    IPN Log shows
    Oct 31 2007 18:32 -- IPN FATAL ERROR :: Could not establish fsockopen.
    Host Details = ssl://www.paypal.com:443 (110) Connection timed out
    Cheers,
    KennyOz
    Cheap Lego in Australia

  4. #4
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: A payment with no order...

    I'm not sure I understand you.

    Are you saying you can't get PayPal's servers to get *any* orders into your system now? If so, you need to figure out why communications aren't working properly from PayPal to you:
    http://www.zen-cart.com/forum/showthread.php?t=65680
    http://www.zen-cart.com/wiki/index.php/PayPal


    If you're just trying to resurrect the paid customer's order, you can use Master Password to log into their account and submit the order with the check/moneyorder module, or you could install the Paypal Sessions Viewer addon and try to use it to identify the order contents. I don't recommend getting hooked on this tool though.
    If you're having server communication problems on a regular basis, you need to fix THAT problem first.
    .

    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.

  5. #5
    Join Date
    Mar 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: A payment with no order...

    Thanks Dr. I seldom get communication problems. The last time was about 5 months ago. Customer placed an order, redirected to Paypal, paid OK, but I did not get an order in the Admin page. I can reproduce this problem everytime.

    More log entries

    Oct 31 2007 22:44 -- IPN FATAL ERROR :: Could not establish fsockopen.
    Host Details = ssl://www.paypal.com:443 (110) Connection timed out

    Trying again without SSL ...



    Oct 31 2007 22:44 -- IPN INFO - Confirmation/Validation response
    HTTP/1.0 200 OK
    ,Date: Thu, 01 Nov 2007 05:44:01 GMT
    ,Server: Apache/1.3.33 (Unix) mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a mod_ssl/2.8.22 OpenSSL/0.9.7e
    ,Set-Cookie: tVGE8WIBz8a6uXUoWlGJKcOAwsi=zUEpp--xR****pWMrISP4_GInYkDMYq08Sr7HUU5GiFB64uRwtQTL5ua0RUMPoa***cKAW; path=/; domain=.paypal.com
    ,Set-Cookie: n2Z5SwKTWabSvfHzsjmkW60bUOy=6ol1thNSrUJbal9M****qCt29wL2qSBoEFfBe4nfOHKvYG8hA4cf VWCeYFLII***EnctN0; path=/; domain=.paypal.com
    ,Set-Cookie: cookie_check=yes; expires=Sun, 29-Oct-2017 05:44:01 GMT; path=/; domain=.paypal.com
    ,Set-Cookie: navcmd=_notify-validate; path=/; domain=.paypal.com
    ,Set-Cookie: Apache=111.111.111.111.2636119389584111; path=/; expires=Sat, 24-Oct-37 05:44:01 GMT
    ,Content-Type: text/html; charset=UTF-8
    ,X-Cache: MISS from **.***.***.net
    ,Connection: close
    ,
    ,VERIFIED

    Oct 31 2007 22:44 -- Breakpoint: 1 - Collected data from PayPal notification

    Oct 31 2007 22:44 -- IPN INFO :: Transaction email details.
    From IPN = [email protected] | [email protected]
    From CONFIG = [email protected]

    Oct 31 2007 22:44 -- Breakpoint: 2 - Validated transaction components

    Oct 31 2007 22:44 -- Breakpoint: 3 - Communication method verified
    Cheers,
    KennyOz
    Cheap Lego in Australia

  6. #6
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: A payment with no order...

    Quote Originally Posted by kennyoz View Post
    Customer placed an order, redirected to Paypal, paid OK, but I did not get an order in the Admin page. I can reproduce this problem everytime.
    Okay - those stages of the logging are not the problem ... is there nothing after Breakpoint #3 in the logs?
    .

    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.

  7. #7
    Join Date
    Mar 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: A payment with no order...

    Quote Originally Posted by DrByte View Post
    Okay - those stages of the logging are not the problem ... is there nothing after Breakpoint #3 in the logs?
    Yes. Nothing happens after breakpoint #3.

    I looked around the forum and saw your July patch for IPN. Read instruction and applied as stated. All OK now.
    I didn't apply any IPN patches before as it was working fine. The last time I did anything was in April. "If it's not broken, don't fix it..."

    Paypal must have changed something in the past 2 days.

    Thanks for your time and I will keep 2 close eyes on your IPN patches from now on...
    Cheers,
    KennyOz
    Cheap Lego in Australia

  8. #8
    Join Date
    Aug 2007
    Posts
    46
    Plugin Contributions
    0

    Default Re: A payment with no order...

    Quote Originally Posted by DrByte View Post
    I'm not sure I understand you.

    If you're just trying to resurrect the paid customer's order, you can use Master Password to log into their account and submit the order with the check/moneyorder module
    -Good idea. But is there any other solution than asking the customer for his/her order to resurrect it (any trace somewhere)?
    -And if the customer paid with Paypal, He/she will receive a confirmation that the payment was done by money order. It could be confusing.

    Many thanks for your help.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: A payment with no order...

    Then try this instead:
    http://www.zen-cart.com/index.php?ma...products_id=84
    Do not get too comfortable using it. It's only intended to be an aid. If you have to use it frequently, you have a bigger problem which needs to be addressed.
    .

    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.

 

 

Similar Threads

  1. v137 No order is registered with paypal payment
    By vmoliveira in forum Addon Payment Modules
    Replies: 1
    Last Post: 5 Jun 2014, 06:20 PM
  2. Replies: 5
    Last Post: 21 Mar 2014, 11:48 AM
  3. Problem with payment and order
    By karenkte in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 13 May 2008, 09:31 PM
  4. Order not coming through with e-check payment
    By zingslings in forum General Questions
    Replies: 9
    Last Post: 13 Jul 2007, 01:58 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