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?
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?
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!
.
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.
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!
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!
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!