Zen Cart Logo
Forums / Upgrading from 1.3.x to 1.3.9 / Orders not visible in the admin page

Orders not visible in the admin page

Views: 1,852

Results 1 to 7 of 7
21 Jan 2011, 6:23 PM
#1
laszlo avatar

laszlo

New Zenner

Join Date:
Dec 2006
Posts:
53
Plugin Contributions:
0

Orders not visible in the admin page

Hi All,

I upgraded a site from 1.3.8 to 1.3.9h and my orders are not visible in the admin page anymore.

When a customer places and order, all emails are properly sent to them and me and the orders are recorded in the database. But they don't turn up in the admin page.

Anybody has any idea what might be wrong?

Thanks,

Laszlo

21 Jan 2011, 7:09 PM
#2
ajeh avatar

ajeh

Oba-san

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

Re: Orders not visible in the admin page

Could you check if you can search for an orders_id in your Customers ... Orders ...

Could you check in the Modules ... Order Totals ... and make sure that you have Total ot_total installed ...

Can you check if you go to phpMyAdmin and search the table:
orders_total

and see what class settings come up ...

Do you see ot_total for this orders_id that you cannot see?

21 Jan 2011, 7:32 PM
#3
laszlo avatar

laszlo

New Zenner

Join Date:
Dec 2006
Posts:
53
Plugin Contributions:
0

Re: Orders not visible in the admin page

Hi Ajeh,

Thx for the feedback.

This is a new site so there are not many orders. I paid someone to migrate one of my existing sites to a new domain without the existing orders and customers and it appears that some mistakes were made.

I have 3 customers so far, each ordered one order.

All three customers are in the customers table. All three orders are in orders table. The customer ids in the orders table match the customers in the customers table correctly.

Orders total is installed. In the orders_total table I can see the ot_total class for each of the three orders.

I also noticed that I can not see the orders in My Account either (one of the three customers is my test customer).

Laszlo

21 Jan 2011, 8:15 PM
#4
ajeh avatar

ajeh

Oba-san

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

Re: Orders not visible in the admin page

If you browse the table:
orders

you see the 3 orders_id correctly?

If you browse the table:
orders_products

you see the 3 orders_id correctly?

If you browse the table:
orders_status

you see the 4 Order Statuses for:
Pending
Processing
Delivered
Updated

If you check the table:
orders

they have valid orders_status values?

21 Jan 2011, 8:40 PM
#5
laszlo avatar

laszlo

New Zenner

Join Date:
Dec 2006
Posts:
53
Plugin Contributions:
0

Re: Orders not visible in the admin page

Ok, we are getting somewhere:-)

Ajeh:

If you browse the table:
orders

you see the 3 orders_id correctly?

Yes.

If you browse the table:
orders_products

you see the 3 orders_id correctly?Yes.

If you browse the table:
orders_status

you see the 4 Order Statuses for:
Pending
Processing
Delivered
UpdatedNo, this table is empty. In fact I noticed that when I wanted to pick out some entries for the various stages in my payment modules, the usual ones (Pending, Processing etc), were not there.

If you check the table:
orders

they have valid orders_status values?They all have the value 1, but the order_status table is empty so they don't correspond to anything.

Laszlo

21 Jan 2011, 8:50 PM
#6
laszlo avatar

laszlo

New Zenner

Join Date:
Dec 2006
Posts:
53
Plugin Contributions:
0

Re: Orders not visible in the admin page

Ajeh, I owe you:-)))

I went back to the shop I migrated from and copied the for entries over into the orders_status table and everything works:-)

My orders are visible with both the customer account and the admin page and the payment modules have different status entries.

Now if I managed to solve the coupon problem I have another thread running about, I'd be all sorted:-)

Thanks for the help.

Laszlo

21 Jan 2011, 9:58 PM
#7
ajeh avatar

ajeh

Oba-san

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

Re: Orders not visible in the admin page

You are most welcome ... I figured one of those had to be broken ...

Thanks for the update on what it was ... :smile: