Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / missing paypal order occasionally

missing paypal order occasionally

Locked

Views: 3,468

Results 1 to 12 of 12
This thread is locked. New replies are disabled.
25 May 2010, 10:23 AM
#1
mleeks avatar

mleeks

New Zenner

Join Date:
Sep 2009
Posts:
15
Plugin Contributions:
0

missing paypal order occasionally

Hi,

I have a website install the paypal standard IPN module, and I find that there is some problem on my record.

Sometimes I get the payment from paypal but there is no order record in the website. This happen for about 20% order.

I find in the forum that there are many ppl that have IPN problem, but usually they don't have any website record indeed. But none of them has this missing order problem occasionally.

My server don't have CURL and I do not use SSL.

And here is the result from ipcheck.php

IPNCHECK.PHP - Version 1.3.9

CURL not available. Will attempt to connect using fsockopen() instead.

IPN ERROR :: Could not establish fsockopen:

Host Details = ssl://www.paypal.com:443 (0)

Trying again with HTTPS over 443 ...

IPN ERROR :: Could not establish fsockopen:

Host Details = https://www.paypal.com:443 (-33251032) Unable to find the socket transport "https" - did you forget to enable it when you configured PHP?

Trying again directly over 443 ...

IPN TESTING - Confirmation/Validation response with fsockopen(): FAILED

Script finished.

I am using version v.1.3.9b, thank you very much!

25 May 2010, 12:25 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: missing paypal order occasionally

  1. Click "Remove" on your PayPal Website Payments Standard module.
  2. Click "Install" on your PayPal Express Checkout module, and configure it: https://www.zen-cart.com/getpaypal
    Then your problems with the Website Payments Standard module will go away.
26 May 2010, 4:55 AM
#3
mleeks avatar

mleeks

New Zenner

Join Date:
Sep 2009
Posts:
15
Plugin Contributions:
0

Re: missing paypal order occasionally

Hi
Thank you for the reply.

But PayPal Express Checkout module need the CURL function but my server does not support it.

26 May 2010, 9:18 AM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: missing paypal order occasionally

Then you should switch to a hosting company who can provide it.

26 May 2010, 9:57 AM
#5
mleeks avatar

mleeks

New Zenner

Join Date:
Sep 2009
Posts:
15
Plugin Contributions:
0

Re: missing paypal order occasionally

Hi, Thank you for your reply.

So it is normal for module 'Paypal standard IPN module', that some order would be missing? And there is no solution for this?

26 May 2010, 10:01 AM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: missing paypal order occasionally

Yes, it's normal for the IPN module to occasionally miss storing completed orders ... because it relies on communication back from PayPal, and it's common for your server to not properly hear the communications back from PayPal, for many reasons. You can troubleshoot the matter by following these suggestions: http://www.zen-cart.com/wiki/index.php/PayPal
It's MUCH BETTER to use Express Checkout instead.

26 May 2010, 8:34 PM
#7
kgmmusic avatar

kgmmusic

New Zenner

Join Date:
Nov 2005
Posts:
76
Plugin Contributions:
0

Re: missing paypal order occasionally

Very good info! I have been having the same issue with a client and just switched them over to Express and hope that will stop the missing PayPal orders.

10 Jun 2010, 6:04 AM
#8
redheads avatar

redheads

Zen Follower

Join Date:
May 2006
Posts:
119
Plugin Contributions:
0

Re: missing paypal order occasionally

I am troubleshooting this same issue, and am collecting logs... in the meantime I have a Q -

Cart has both Express and Pro turned on. Client is having a heckuva-time with missing orders (but have $), multiple charges with orders, and now multiple ppal charges without orders. :frusty:

You say Express is the way to go, but will that allow people w/out a paypal account to use a CC at checkout?? :unsure:

I did not think so, but mayhaps I misunderstand... :lookaroun

12 Jun 2010, 8:22 PM
#9
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: missing paypal order occasionally

redheads:

You say Express is the way to go, but will that allow people w/out a paypal account to use a CC at checkout?? :unsure:

I did not think so, but mayhaps I misunderstand... :lookaroun
Yes, as long as the merchant as selected "PayPal Account Optional" in their PayPal account's Profile settings.

14 Jun 2010, 8:32 AM
#10
lsullivan avatar

lsullivan

New Zenner

Join Date:
May 2010
Posts:
57
Plugin Contributions:
0

Re: missing paypal order occasionally

Hi,
I have the same issue as the previous contributors. My question is what features will not be available if I do not offer web payment standard, and only offer express? I believe the current benefit I receive is that non paypal users fill out their customer info on my site before paying through paypal. If they use express all their info will go through paypal and I won't have their info on zencart, right?

I can work around that of course, but I just want to make sure that is the only downfall. The customer will still have the ability to leave paypal checkout comments to seller, choose gift options, etc., right?

I will either disable web payment standards, OR I may give it a couple more weeks. This is because I am transferring my site to a new host company that has faster servers. Maybe the lack of paypal-to-zencart communication will not happen again...

Lindsay

14 Jun 2010, 3:00 PM
#11
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: missing paypal order occasionally

Express Checkout has all the same "benefits" as you call them. It just does them in a slightly different order. For example, even though the customer gives their information to PayPal, PayPal shares their address details back to your store so you can use that information for shipping etc. You're not losing anything.

17 Jul 2010, 11:52 PM
#12
lsullivan avatar

lsullivan

New Zenner

Join Date:
May 2010
Posts:
57
Plugin Contributions:
0

Re: missing paypal order occasionally

Thanks for the tips by the way!