Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding "shipped" to the status list in admin/custo


Mark1

Recommended Posts

Posted

I want to add "shipped" to the order status field in admin/customers/orders. Is it as simple as adding the word "shipped" to the orders_status_id table in the database?

 

Can someone give me the details of how to do this? (preferrably some text I can save as a *.sql file to run from PHPMyAdmin)? :wink:

 

 

Thanks in advance!

 

 

Mark

Posted

Try

 

 

INSERT INTO orders_status VALUES ( '10', '1', 'Delivered');

 

Back up your database b4 you try!

Reddy to Rumble

 

Thank you osCommerce and all who Contribute to her!

Posted

OOOOOPS im meant

 

INSERT INTO orders_status VALUES ( '10', '1', 'Shipped');

Reddy to Rumble

 

Thank you osCommerce and all who Contribute to her!

Archived

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

×
×
  • Create New...