Mark1 Posted July 30, 2003 Posted July 30, 2003 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
Rumble Posted July 30, 2003 Posted July 30, 2003 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!
Rumble Posted July 30, 2003 Posted July 30, 2003 OOOOOPS im meant INSERT INTO orders_status VALUES ( '10', '1', 'Shipped'); Reddy to Rumble Thank you osCommerce and all who Contribute to her!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.