Sort orders based on date of confirming, not creation
The orders page shows orders and it is possible to sort them based on the creation date.
The problem is that the creation date is the date that the user created the cart, not when he confirmed the order.
Is it possible to sort on the date that the order was confirmed?
I tried sorting on last modified date, but that doesn't solve the problem either.
Comments
I think Ryan's post on
I think [Ryan's post on Updating Completed Order Timestamps](http://www.bywombats.com/blog/01-24-2012/updating-completed-order-timest...) might help you with this. Then you can sort on that.
Thanks Randy!
Thanks Randy!