- 🇦🇺Australia jannakha Brisbane!
+1 to make this page a view
it's quite hard to filter/sort orders because it's not a view
- Status changed to Fixed
6 months ago 7:22am 28 May 2024 - 🇮🇱Israel jsacksick
But it's a view...
I think that's the View for the Active tab (admin/commerce/orders/list). I am talking about the Orders tab which is at (admin/commerce/orders).
admin/commerce/orders/list is admin/commerce/orders...
Automatically closed - issue fixed for 2 weeks with no activity.
- 🇨🇦Canada liquidcms
This was originally reported for 2.17, but i just checked for 2.33 (close to latest) and:
- admin/commerce/orders as being discussed here, i am pretty sure is an entity ListBuilder page (not a view)
- admin/commerce/orders/list - as added into discussion by jsacksick, does not exist on my site.I think making a view page to be at same url as the ListBuilder one may override the ListBuilder page. I'll test.
- 🇺🇸United States lisastreeter
@liquidcms - Unless you've deleted it, you should see the admin Orders page View here: /admin/structure/views/view/commerce_orders
If you look at the "Page" display for that view, you'll see the path
admin/commerce/orders/list
defined.You can configure this Orders page using this View.
- 🇨🇦Canada liquidcms
Thanks for that. Our commerce_orders view doesnt have that display so perhaps it got deleted somehow early on in the project.
And yes, assigning path to my custom order view does override the ListBuilder page.