varnco Posted December 29, 2005 Share Posted December 29, 2005 I have about 180 order backlog of orders from the holidays that are in "pending status". I figured it was more important to get the customer their order than updating the status. Anyhow, I want to bring these all up to date, and using the admin tool is a labor intensive process with too much clicking. 1) Can this be done diretly in the database using PHPadmin? 2) If #1 is yes, does that mess anything else up? Thanks. Link to comment Share on other sites More sharing options...
Guest Posted December 30, 2005 Share Posted December 30, 2005 you would have to change the sql orders table column orders_status for every order. A simple sql command could do that. update orders set orders_status = 3 but better backup the dbase before running sql commands Link to comment Share on other sites More sharing options...
Guest Posted December 30, 2005 Share Posted December 30, 2005 I have about 180 order backlog of orders from the holidays that are in "pending status". I figured it was more important to get the customer their order than updating the status. Anyhow, I want to bring these all up to date, and using the admin tool is a labor intensive process with too much clicking. 1) Can this be done diretly in the database using PHPadmin? 2) If #1 is yes, does that mess anything else up? Thanks. http://www.oscommerce.com/community/contributions,3749/ Link to comment Share on other sites More sharing options...
varnco Posted December 31, 2005 Author Share Posted December 31, 2005 http://www.oscommerce.com/community/contributions,3749/ Looks like a good tool! I'll check it out. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.