How to add filter to Product List in admin area?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
hi... i am using nopCommerce 2.6.

i added  .Filterable() in administration/views/product/list.cshtml. in the respective place. then its showing the filter funnel filter as i expected in the admin area product list. but filtering function not working. what i need to modify in controller?


http://www.elaamart.com
11 years ago
elaa1979 wrote:
hi... i am using nopCommerce 2.6.

i added  .Filterable() in administration/views/product/list.cshtml. in the respective place. then its showing the filter funnel filter as i expected in the admin area product list. but filtering function not working. what i need to modify in controller?


http://www.elaamart.com


Hi, have you had a look at SettingsController.cs in the Nop.Admin project? Look at the AllSettings Action.
11 years ago
@elaa1979
See this post https://www.nopcommerce.com/boards/t/14610/cannot-sort-products-in-admin.aspx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.