dfeenstra Posted April 7, 2003 Share Posted April 7, 2003 Hi all here, I have the following problem: hen i place an order in my shop i get an e-mail comfirmation of the order and i can see that (and orders befor) in my history on the page, but when i look in the administration i dont see an order at al, also not if i look to the orders of a special client. What can be wrong? Hope someone can help me. Kind regards Dani?l Link to comment Share on other sites More sharing options...
Ajeh Posted April 7, 2003 Share Posted April 7, 2003 Check your orders_status table and make sure you have some entries there such as Pending, Processing and Delivered. Link to comment Share on other sites More sharing options...
dfeenstra Posted April 8, 2003 Author Share Posted April 8, 2003 Hi, I have taken a look with phpadmin, and i can see orders in the order table, but in the oder_status table there is no data. Can you please help me solve this problem? Dani?l Link to comment Share on other sites More sharing options...
Ajeh Posted April 8, 2003 Share Posted April 8, 2003 Check your oscommerce.sql file for the orders_status table. I would do the create and inserts for it. Note: If you took out languages you should remove the language lines you are not using before adding. Link to comment Share on other sites More sharing options...
dfeenstra Posted April 11, 2003 Author Share Posted April 11, 2003 Hi, the problem is solved, i have made a copy of an earlyer backup of the order status table and placed that back. Check your oscommerce.sql file for the orders_status table. I would do the create and inserts for it. Note: If you took out languages you should remove the language lines you are not using before adding. What language lines do you mean? if i want to remove an language i have to remove more than just the language in the admin section? Thanx for your help Dani?l Link to comment Share on other sites More sharing options...
Ajeh Posted April 11, 2003 Share Posted April 11, 2003 If you had added new languages or taken out languages you want to make sure that the orders_status table matched the languages were you to reinstall. Example: If you add Italian and it is language_id 5 you want to make sure all references to language_id 5 is Italian in the different tables. This is usually just a problem when peicing together the tables that have this reference if you originally removed languages or changed language_id values. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.