Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jun 2007
    Posts
    239
    Plugin Contributions
    0

    Default completed orders are not showing up under "orders" options

    Hi, I have a slight problems with the "orders" in my admin. WHen I log into my admin, it shows the I have 8 orders, which is correct. WHen I click on customer then orders, I don't see any of the orders. Anybody know why this is happening?

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

    Default Re: completed orders are not showing up under "orders" options

    Browse your orders_total table in phpMyAdmin ... do you have the ot_total class listed for each order?

    Check that in your Zen Cart Admin that you have in the Modules ... Order Total ... the Total ot_total installed and enabled ...
    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
    Jun 2007
    Posts
    239
    Plugin Contributions
    0

    Default Re: completed orders are not showing up under "orders" options

    Quote Originally Posted by Ajeh View Post
    Browse your orders_total table in phpMyAdmin ... do you have the ot_total class listed for each order?

    Check that in your Zen Cart Admin that you have in the Modules ... Order Total ... the Total ot_total installed and enabled ...
    Ok, I installed ot_total under module, I still don't see my completed orders under orders!
    Anything else i can try?

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: completed orders are not showing up under "orders" options

    Quote Originally Posted by james739 View Post
    Ok, I installed ot_total under module, I still don't see my completed orders under orders!
    Um ... why wasn't it already installed ?
    .

    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.

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

    Default Re: completed orders are not showing up under "orders" options

    This will only work on NEW Orders and not existing ones ...

    You could look at how the orders_total table should have the ot_class added and fix this ...

    But be sure to backup your database before attempting this ...
    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!

  6. #6
    Join Date
    Jun 2007
    Posts
    239
    Plugin Contributions
    0

    Default Re: completed orders are not showing up under "orders" options

    Quote Originally Posted by Ajeh View Post
    This will only work on NEW Orders and not existing ones ...

    You could look at how the orders_total table should have the ot_class added and fix this ...

    But be sure to backup your database before attempting this ...
    will this bring up my old orders?

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

    Default Re: completed orders are not showing up under "orders" options

    IF you add a record to the orders_total table correctly, then you can see the order in the listing without having to search for it ...

    If you have never had a record that utilizes the orders_total table for the ot_class you will want to make an order yourself so that you can see how this record looks in order to make a properly configured record ...
    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!

  8. #8
    Join Date
    Jun 2007
    Posts
    239
    Plugin Contributions
    0

    Default Re: completed orders are not showing up under "orders" options

    Quote Originally Posted by Ajeh View Post
    IF you add a record to the orders_total table correctly, then you can see the order in the listing without having to search for it ...

    If you have never had a record that utilizes the orders_total table for the ot_class you will want to make an order yourself so that you can see how this record looks in order to make a properly configured record ...
    is there a thread on how to do this?

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

    Default Re: completed orders are not showing up under "orders" options

    Not that I am aware of ...

    If you add a test order to your site, you will see how an order is correctly built now that you have the ot_total installed ...

    Look at how that record is made in the orders_total table for when the class is ot_total ...

    Then, add a new record and set the values for the fields:
    orders_total_id (leave blank this is auto-incremented)
    orders_id (whatever the missing orders_id is)
    title Total:
    text (amount of order in text, example $12.99)
    value (amount of order in numbers only)
    class ot_total
    sort_order (this matches the test you create, default is 999)
    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!

  10. #10
    Join Date
    Jun 2007
    Posts
    239
    Plugin Contributions
    0

    Default Re: completed orders are not showing up under "orders" options

    Quote Originally Posted by Ajeh View Post
    Not that I am aware of ...

    If you add a test order to your site, you will see how an order is correctly built now that you have the ot_total installed ...

    Look at how that record is made in the orders_total table for when the class is ot_total ...

    Then, add a new record and set the values for the fields:
    orders_total_id (leave blank this is auto-incremented)
    orders_id (whatever the missing orders_id is)
    title Total:
    text (amount of order in text, example $12.99)
    value (amount of order in numbers only)
    class ot_total
    sort_order (this matches the test you create, default is 999)
    Thanks alot for the prompt reply Ajeh, I will give a try.

 

 
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. v151 get rid of messages such as; "Super Orders v4.0 install completed!" from the top?
    By PetleyJ in forum Customization from the Admin
    Replies: 9
    Last Post: 22 Feb 2013, 01:50 AM
  3. Advice on "recent orders" not showing
    By Mochino in forum Managing Customers and Orders
    Replies: 21
    Last Post: 28 Jan 2009, 08:16 AM
  4. "Orders not showing in Zencart but its showing in Google"
    By cshore in forum Addon Payment Modules
    Replies: 3
    Last Post: 14 Aug 2008, 11:07 PM

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