nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.08k stars 5.19k forks source link

Suggestions to improvise filters in the admin area #7207

Closed atulrungta closed 1 month ago

atulrungta commented 1 month ago

Hi nopCommerce team,

I have a few suggestions to improvise filters in the admin area.

  1. On the products list page, can we please add filters for products marked as new and featured products, both?
  2. On the categories list page, can we please add an option to display sub-categories as well?
  3. On the orders list page, can we please provide a way to filter orders by products?
  4. On the customers list page, can we have a filter to search only active customers so we could export them only?
  5. Can we also provide an option to select from fixed columns to load in the datatable, for example, out of box you show a few columns, but the admin could select which columns to display if they want to.
AndreiMaz commented 1 month ago

@atulrungta

  1. We'll leave it for customization
  2. All categories (including sub-categories) are displayed on the category list page. What exactly do mean?
  3. You already can filter by products on the orders list page. See example at https://admin-demo.nopcommerce.com/Admin/Order/List
  4. Thanks. I've just created a work item - https://github.com/nopSolutions/nopCommerce/issues/7208
  5. We'll leave it for customization
atulrungta commented 1 month ago
  1. On the category list page in admin area, when you search for a category by its name for example, computers, can we also display sub-categories of computers too?
  2. My bad, sorry :)
  3. Thank you @AndreiMaz
  4. It would be better if you could provide something like this but still okay if you decide not to implement.
AndreiMaz commented 1 month ago
  1. Thanks for details, Atul! We'll also leave it for customization