We process all orders ("orders->shipments") in bulk.
...But when we get to the Shipments page, they are all in reverse order by order number with the newest first (as far as we can tell).
Since we print the labels for the oldest orders first this means we are forced go to the "last" tab/page for the shipments. The problem there is that we frequently get inexplicably pushed back to the first page if we have a scale error, page error.... or sometimes for no reason. So then we end up weighing the wrong item and printing the label incorrectly. This leads to customers getting the wrong items and us getting yelled at.
To make matters even more fun, if we get someone that starts an order, then hesitates and someone else puts an order through (or the person waits a day) then that botches things as well because the order numbers are then out of order (we use 3DCart).
Please, please ... can we get a way to sort the shipments by date so we don't go crazy?
thanks!