Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing shipping status


varnco

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...