Hello UC,
D6.22, UC2.6
I would like to know what is a URL that can change the Sales Order display to view by status "Active orders".
I see it is easy to get these URLs...
Pending ... admin/store/orders/sort/pending
Processing ... admin/store/orders/sort/processing
Completed ... admin/store/orders/sort/completed
et cetera, but what I don't see is a URL to return the view by status to "Active Orders". At first, it seems I could use just simply admin/store/orders, but this does not work if you are already viewing by a different status.
Question: What is a single URL that will return any "View by status" selection to the "Active orders" view?
I've tried the obvious, admin/store/orders/sort/active_orders and also admin/store/orders/sort/active, but both of these links return a blank list of orders. Examining the code, it is using Javascript to return the view to "Active orders" and I don't think I'd be able to invoke whatever the javascript is through a single URL link anyhow.
Please help!
Thank you very much in advance!!
Regards,
BigMike
