There was a thread closed in 2009 that I am highly interested in finding more about. http://www.zen-cart.com/forum/showthread.php?t=105926
I would like to custom sort order the status bins based on ID. We have 22 bins and they don't make much order sense the way they are.
For example would I simply list the custom ID numbers accordingly like this :PHP Code:$orders_status = $db->Execute("select orders_status_id, orders_status_name
from " . TABLE_ORDERS_STATUS . "
where language_id = '" . (int)$_SESSION['languages_id'] . "' order by orders_status_id");
order by orders_status_id 16,17,1,2,3,8,9,10
I would like to do this to orders, super_order and admin/index.php so I assume the code would be all the same.


Reply With Quote
