Page 2 of 8 FirstFirst 1234 ... LastLast
Results 11 to 20 of 71
  1. #11
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Orders not showing up in Paypal or ZC admin

    Quote Originally Posted by Edgar View Post
    Removed and installed the PP IPN since the upgrade. Checked the PP settings. Made some minor changes ( like removing the PP tax module)

    Double checked the emails in ZC and PP and both match....

    I ran the "low-end" html version of the store, and was successful with PP, recording the orders.

    I also went through the good DrByte's wiki PP guide ( thanks!!) - still no luck...could this be a misconfig with items the catalogue?
    If you turn on debugging, what shows up 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.

  2. #12
    Join Date
    Jun 2005
    Location
    Portland, OR
    Posts
    189
    Plugin Contributions
    0

    Default Re: Orders not showing up in Paypal or ZC admin

    Not that I'm aware of, but I'll certainly check it out. Any other details in the way of "firewall access and PHP fopen-wrappers settings" - I'm not literate in that area. Is there a certain port that needs to be open, etc?

  3. #13
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Orders not showing up in Paypal or ZC admin

    .

    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.

  4. #14
    Join Date
    Jun 2005
    Location
    Portland, OR
    Posts
    189
    Plugin Contributions
    0

    Default Re: Orders not showing up in Paypal or ZC admin

    I found the problem. I had to uninstall and reinstall the Paypal module. Once I did this, I had to use
    Code:
    www.paypal.com/us/cgi-bin/webscr
    rather than
    Code:
    www.paypal.com/cgi-bin/webscr
    . Once I did this, the ZC instructed IPN was different from that which I had setup in Paypal. I wish I would've written down what the previous set IPN in paypal was, but it wasn't https:// was http://. Anyway, back in working order. Wish I knew what caused it or what happened, but thanks for the help!

  5. #15
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Orders not showing up in Paypal or ZC admin

    Thanks for the update that you have things working once more ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #16
    Join Date
    Dec 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: Orders not showing up in Paypal or ZC admin

    Quote Originally Posted by bi11i View Post
    I found the problem. I had to uninstall and reinstall the Paypal module. Once I did this, I had to use
    Code:
    www.paypal.com/us/cgi-bin/webscr
    rather than
    Code:
    www.paypal.com/cgi-bin/webscr
    . Once I did this, the ZC instructed IPN was different from that which I had setup in Paypal. I wish I would've written down what the previous set IPN in paypal was, but it wasn't https:// was http://. Anyway, back in working order. Wish I knew what caused it or what happened, but thanks for the help!
    Did you have to use https or http, for example http://mysite.com/onlinestore/ipn_main_handler.php?

  7. #17
    Join Date
    Jun 2005
    Location
    Portland, OR
    Posts
    189
    Plugin Contributions
    0

    Default Re: Orders not showing up in Paypal or ZC admin

    Quote Originally Posted by Edgar View Post
    Did you have to use https or http, for example http://mysite.com/onlinestore/ipn_main_handler.php?
    i had to use https

  8. #18
    Join Date
    Dec 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: Orders not showing up in Paypal or ZC admin (PayPal IPN module)

    Tried the suggestions - no luck....

    Contacted ISP - ports opened

    Contacted PP - here is response

    went to your site at your site and tried to place an order to test the checkout process, but I couldn't get past the 'enter an address' screen. ( this problem happened once before and I can fix this)

    I see from a previous order that the third party shopping cart that you are using is not passing over what the customer ordered with the payment information, typically called an 'aggregate' order. For instance, the only thing we see about the order is:

    Payment For: mysite9 (<< my edit) Purchase

    Typically with this kind of setup, you should be able to go to your cart and look up the order number to see specifically what the customer ordered. If you can't see it, I would suggest contacting your cart support (or forums) to see if you can get more information and perhaps change the order to an 'itemized' format so that the cart passes the items the customer ordered over to PayPal.
    ----

    Arg.....

  9. #19
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Orders not showing up in Paypal or ZC admin (PayPal IPN module)

    What is in your IPN debug 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.

  10. #20
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Orders not showing up in Paypal or ZC admin (PayPal IPN module)

    I believe the wiki article already suggests this, but ... is your PayPal account "Verified" ?
    .

    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.

 

 
Page 2 of 8 FirstFirst 1234 ... LastLast

Similar Threads

  1. Paypal IPN new orders not showing on Customers/Orders page
    By daelan in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 1 Feb 2010, 02:23 AM
  2. Orders not showing in zen cart, using PayPal IPN module
    By clueless123 in forum General Questions
    Replies: 1
    Last Post: 30 Aug 2009, 11:49 PM
  3. Paypal IPN orders not showing
    By tedgibbs in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 8 Apr 2009, 04:49 AM
  4. paypal IPN orders not showing
    By Steve Atlanta in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 20 Nov 2007, 11:28 PM
  5. Orders not showing in Admin: similar sad tune!! (PayPal IPN)
    By Peggasus in forum Managing Customers and Orders
    Replies: 21
    Last Post: 22 Mar 2007, 08:27 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR