Zen Cart Logo
Forums / Managing Customers and Orders / Problem with Paypal IPN and Download

Problem with Paypal IPN and Download

Locked

Views: 870

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
31 Mar 2010, 4:36 PM
#1
kendall avatar

kendall

New Zenner

Join Date:
Mar 2010
Posts:
2
Plugin Contributions:
0

Problem with Paypal IPN and Download

I'm setting up Zen Cart for the first time and I'm having a problem ordering. I've got products that I sell with multiple downloads. I set it up like in the tutorials, the downloads have a green circle and are selected by default on the product screen.

The problem I get is that after I test-purchase a product through standard paypal the Thank You page has no download links. Also, I checked the Orders and Paypal IPN page and there was no record of the purchase at all.

I have set the URL's in paypal to the one's listed in the zencart IPN module.

What am I missing here? Thanks!

31 Mar 2010, 5:44 PM
#2
drbyte avatar

drbyte

Sensei

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

Re: Problem with Paypal IPN and Download

If you're going to use PayPal IPN (Website Payments Standard), then you'll have to live with the fact that sometimes your customers' orders won't show up in your admin right away ... or maybe not at all.

If PayPal's servers are backlogged and don't post the order details to your store immediately then there may be a delay before the details are shown in your store. Sometimes it's immediate. Sometimes it takes hours.

Or, if there's some sort of blockage of communications between PayPal's servers and your server, then you'll never see the order in your store. You can troubleshoot the communications using these tips: http://www.zen-cart.com/wiki/index.php/PayPal

Or, you can avoid all those problems altogether by using Express Checkout instead of IPN.

1 Apr 2010, 5:20 AM
#3
kendall avatar

kendall

New Zenner

Join Date:
Mar 2010
Posts:
2
Plugin Contributions:
0

Re: Problem with Paypal IPN and Download

Ok I took your advice and set up Express Checkout. Had trouble with it until I turned off CURL proxy. After that everything worked perfect. Thanks!