Zen Cart Logo
Forums / PayPal Express Checkout support / paypal order not shown

paypal order not shown

Locked

Views: 3,051

Results 1 to 14 of 14
This thread is locked. New replies are disabled.
11 Mar 2007, 10:23 PM
#1
personalisedpresent avatar

personalisedpresent

New Zenner

Join Date:
Aug 2006
Posts:
45
Plugin Contributions:
0

paypal order not shown

someone ordered form me about 3 hours ago, but i got payment but no order on the site. what happened???

11 Mar 2007, 10:40 PM
#2
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Re: paypal order not shown

Well, did this happen only for that particular customer or its happening this way for everyone?
Can you test purchase and confirm this?

24 Mar 2007, 8:27 PM
#5
bill_the_writer avatar

bill_the_writer

New Zenner

Join Date:
Mar 2007
Posts:
6
Plugin Contributions:
0

Re: paypal order not shown

I'm getting this as well for any order thour paypal IPN it shows ups with a confirmation page with no order number, no order appears in the orders list and paypal shows a transaction. I'm also not seeing any logs in includes/modules/payment/paypal/logs although I have debug logs turned on for both IPN and express.

24 Mar 2007, 10:21 PM
#6
dwdesigns avatar

dwdesigns

New Zenner

Join Date:
Aug 2006
Posts:
28
Plugin Contributions:
0

Re: paypal order not shown

I, too, am having this issue. I have an older version of the cart because it is tied to a Template Monster template. I did a test order with a different Paypal account and received an email confirmation and the purchase showed up in my purchasing account. The zen cart store did NOT receive anything, even though I was correctly redirected to the checkout success page. Please let me know if you can help me out on this.

24 Mar 2007, 10:23 PM
#7
dwdesigns avatar

dwdesigns

New Zenner

Join Date:
Aug 2006
Posts:
28
Plugin Contributions:
0

Re: paypal order not shown

By the way, the store I'm using is:

https://www.shirtsnstuff.net

25 Mar 2007, 2:02 AM
#8
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: paypal order not shown

And in v1.3.7, you have added the latest Patch for PayPal and have done a remove, install and re-configure?
http://www.zen-cart.com/forum/showthread.php?t=56216

25 Mar 2007, 6:11 AM
#9
drbyte avatar

drbyte

Sensei

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

Re: paypal order not shown

Bill.The.Writer:

I'm getting this as well for any order thour paypal IPN it shows ups with a confirmation page with no order number, no order appears in the orders list and paypal shows a transaction. I'm also not seeing any logs in includes/modules/payment/paypal/logs although I have debug logs turned on for both IPN and express.

Is the logs folder writable ? If not, then no logs will appear there.

25 Mar 2007, 9:00 PM
#10
bill_the_writer avatar

bill_the_writer

New Zenner

Join Date:
Mar 2007
Posts:
6
Plugin Contributions:
0

Re: paypal order not shown

Ok I should have thought of permissions. :)

I'm also having the problem with Express so I've removed it again. I've installed the patch and removed and reinstalled IPN. When I make a sandbox purchase everything goes through fine. Paypal shows the purchase but when I redirect back I see:

Thank You! We Appreciate your Business!

Your Order Number is:
Checkout Success Sample Text ...

Notice that the order number is blank. There is also no record of the order in the Zen Cart orders page or in the customer account. The log looks like

~/public_html/catalog/includes/modules/payment/paypal/logs$ less ipn_1174855942_WMqi.log
Mar 25 2007 13:52 -- IPN NOTICE::ipn_application_top -> language files okay
Mar 25 2007 13:52 -- IPN INFO - POST VARS received:
mc_gross=1.08
&address_status=confirmed
&payer_id=54LDY49FBT2FW
&tax=0.00
&address_street=someplace 111
&payment_date=13:52:23 Mar 25, 2007 PDT
&payment_status=Pending
&charset=windows-1252
&address_zip=76155
&first_name=Bill
&address_country_code=US
&address_name=Bill Glover
&notify_version=2.1
&custom=zenid=bef4583554a7fdfb630ea241f2be8dc1
&payer_status=verified
&business=[email protected]
&address_country=United States
&address_city=Fort Worth
&quantity=1
&verify_sign=ArEM7Ou1zFcvS3qOnNSknYVltttfAha-KYggjVoSo-RT0dzmJH8zoNFw
&payer_email=[email protected]
&txn_id=7EG04849LN5604438
&payment_type=echeck
&last_name=Glover
&address_state=TX
&receiver_email=[email protected]
&receiver_id=KNB4FMWL5YARL
&pending_reason=echeck
&txn_type=web_accept
&item_name=Small Business Checklists Purchase
&mc_currency=USD
&item_number=1
&residence_country=US
&test_ipn=1
&payment_gross=1.08
&shipping=0.00

25 Mar 2007, 9:38 PM
#11
drbyte avatar

drbyte

Sensei

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

Re: paypal order not shown

  1. The blank order number is normal if the IPN hasn't been able to complete properly.

  2. If the IPN communications cannot complete, the rest of the process of generating the order details in Zen Cart will not finish either.

  3. Troubleshooting PayPal communications:
    http://www.zen-cart.com/wiki/index.php/PayPal#Things_to_check_if_it.27s_not_working

  4. The log file content that you posted is incomplete. There should be a lot more after that. The fact that there is not suggests that a fatal error is occurring during the attempted communications to PayPal.

What is your URL ?

25 Mar 2007, 10:48 PM
#12
bill_the_writer avatar

bill_the_writer

New Zenner

Join Date:
Mar 2007
Posts:
6
Plugin Contributions:
0

Re: paypal order not shown

It was a stupid newbie mistake on my part installing the patch. Both IPN and Express work fine now. Thanks for your support.

27 Mar 2007, 4:59 PM
#13
mdegeiso avatar

mdegeiso

New Zenner

Join Date:
Mar 2007
Posts:
25
Plugin Contributions:
0

Re: paypal order not shown

Bill,

What was your fix? There are other "newbies" (myself included) that would like to know how to fix this issue.

MIke