Something that I had noticed when playing with the cart.... only "open" orders are shown when I look at my order history.
Essentially, I have 4 "status" possibilities.... "Open" (the order has been placed), "Warehouse" (the order has printed in the warehouse) "Shipped" (the order is out the door) and "Closed" (the order shipped x days ago, and should be delivered by now).
However, only the "open" status shows up... is there a way to get other statuses to stay on the order history for the users? I'm updating the order status automatically (in other words, once the order processes, my stored procedure changes that order from Open to Warehouse. Nightly, another stored procedure looks at our accounting system and sees if the order is shipped, if so it switches to "Shipped" status. Then, another procedure will look at the status, and if the shipped status is more than 14 days old, it switches the order to "Closed" status.
So, is there a way to keep the status showing? I feel that a customer *should* be able to see their entire order history, not just open orders.