craggers Posted February 11, 2009 Share Posted February 11, 2009 Currently at the moment it shown - Pending - Processing - Delivered I would like to add "Cancelled" in there, I can't find which code those drop down value belong to. Link to comment Share on other sites More sharing options...
dickysolo Posted February 11, 2009 Share Posted February 11, 2009 Currently at the moment it shown - Pending - Processing - Delivered I would like to add "Cancelled" in there, I can't find which code those drop down value belong to. The value for that status is not in code. Its from the database. Run the following sql query in your orders_status table INSERT INTO `orders_status` ( `orders_status_id` , `language_id` , `orders_status_name` , `public_flag` , `downloads_flag` ) VALUES ( '0', '1', 'Cancelled', '1', '1' ); Pl back up first Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.