Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Jan 2007
    Posts
    22
    Plugin Contributions
    0

    Default Orders processing successfully but not showing up in Orders

    Apologies for being quick on the draw...

    I posted this last night and then THOUGHT that addressing the IPN setting on PayPal resolved it...I did a test transaction and it did work...but today we're back to SNAFU.

    On my site a customer can complete an order all the way through PayPal (my only payment option), and I receive email notification from PayPal of the received payment, but I have no orders showing up on the Admin-Customers-Orders page (and none on the Admin Home page, either). I've tried multiple times with multiple customers, and all the orders go through PayPal to completion, but nothing shows up in Orders. Inventory does appear to increment properly (each order of 1 item reduces the number of those items in stock by 1), but that's it.

    I'm running v1.3.5, and have applied all the patches and anti-hacking fixes up to but NOT including v1.3.9h. This was working fine earlier this year (my site is seasonal)...

    I noticed that a very similar question was just posted to this forum a couple days ago, but the suggested fixes don't apply to my situation.

    Suggestions are very much requested! Thank you!

    Gary

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

    Default Re: Orders processing successfully but not showing up in Orders

    If you go to phpMyAdmin, and search the orders table, do you see the order in the database?

    If you go to phpMyAdmin, and search the orders_total table, do you see the order in the database?

    If so, what do you see for the field:
    class

    for this order?
    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!]
    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!

  3. #3
    Join Date
    Jan 2007
    Posts
    22
    Plugin Contributions
    0

    Default Re: Orders processing successfully but not showing up in Orders

    OK, now I feel completely stupid. Please know that I only mess with this Zen-Cart for a couple weeks a year, then shut it down...so there is SO much I don't know, starting with phpMyadmin. Where would I access that? I don't see it as an option anywhere on the Admin side...probably not looking in the right place...

    Apologies, I know this sounds like a ridiculous question to the veterans and experts...of which I'm neither...

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

    Default Re: Orders processing successfully but not showing up in Orders

    phpMyAdmin should be available through the Control Panel of your domain from your hosting provider ...

    If you are not sure how to get into this or the Control Panel to reach it, then you will want to contact your hosting provider for you site and ask them for additional help ...
    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!]
    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!

  5. #5
    Join Date
    Jan 2007
    Posts
    22
    Plugin Contributions
    0

    Default Re: Orders processing successfully but not showing up in Orders

    OK, downloading and installing phpMyAdmin was wrought with problems, so I used MySQL...and found that the orders and orders_total tables are empty. Clearly there is a problem here...

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

    Default Re: Orders processing successfully but not showing up in Orders

    If this worked last night ... how is it your orders and orders_total tables are empty now?

    I would think you would at least have the records for the ones in the past and the one that worked for you last night ...

    Are you sure you are looking at the correct database?

    Can you also check the files:
    /includes/configure.php
    /admin/includes/configure.php

    and make sure both are using the same URLs and database information ...
    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!]
    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!

  7. #7
    Join Date
    Jan 2007
    Posts
    22
    Plugin Contributions
    0

    Default Re: Orders processing successfully but not showing up in Orders

    >If this worked last night ... how is it your orders and orders_total tables are empty now?

    I deleted last night's successful test order. Wanted to start fresh, I guess. I only have the one db, so it's not that.

    Now here's the weird thing. In the /includes/configure.php file, the HTTPS server is www18.ssldomain, but on my hosting provider's admin page it says it should be www6.ssldomain. And that's what we put into the PayPal IPN field last night, thinking that would solve our problems. Aha, right? But while I was researching this, in just the last five minutes, an order came through...with those two non-matching settings intact...and it showed up on the Admin orders page, the orders table and the orders_total table. Plus, I got the usual email summarizing the order. Everything worked great, but those two ssldomain values are still currently not the same! I can understand how they would need to be the same in order for the process to work properly, and as soon as I saw that they weren't, I though, "yay, we found it!"...but then, within seconds, <ding>, I got an email telling me I had a successfully completed transaction that worked in every way. How can this be? And, moreover, if I've never once edited this HTTPS value in configure.php (never even understood it enough to mess with it) or on my hosting provider's page, how did it change? How did it go from www16 to www6?

    My head is starting to explode...this used to work fine exactly the way it is now, with HTTPS values that don't match...apparently, anyways...

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

    Default Re: Orders processing successfully but not showing up in Orders

    If your referring to the setting in PayPal ... it isn't "what" the setting is so much as there is a setting ...

    The PayPal IPN is sending the setting to PayPal on what to use per transaction, and overrides whatever is actually set ...
    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!]
    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!

  9. #9
    Join Date
    Jan 2007
    Posts
    22
    Plugin Contributions
    0

    Default Re: Orders processing successfully but not showing up in Orders

    thanks for the input...I ended up trashing the old site and building a new on on a new domain. And THAT one didn't function at all, either. Turns out, in talking with my hosting provider, that it's critical that the server your site is on has current PHP on it.

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

    Default Re: Orders processing successfully but not showing up in Orders

    Thanks for the update that the problem was with your server ...
    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!]
    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!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 Orders not showing up under orders but going through to PayPal
    By dharrison in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 23 Apr 2013, 08:37 AM
  2. This is weird! Customers placing orders but orders not showing up or notifying me?
    By mooncavecrystals in forum Built-in Shipping and Payment Modules
    Replies: 20
    Last Post: 28 Jun 2011, 05:38 PM
  3. Orders processing successfully but not showing up in Orders
    By hawks67 in forum Managing Customers and Orders
    Replies: 1
    Last Post: 4 Nov 2010, 02:11 AM
  4. Replies: 21
    Last Post: 7 Jul 2008, 07:34 AM

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