cancel
Showing results for 
Search instead for 
Did you mean: 

Reset active filters in Product Catalog in backend

SOLVED

Reset active filters in Product Catalog in backend

Hi,

 

I set some Store Views, SKUs in active filters and 999  items per page in Product Catalog page in backend and now Magento does not load any product.

Is it possible and how to programmatically reset active filters in Product Catalog in backend?

Does magento store user filters in database or files?

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Reset active filters in Product Catalog in backend

I think you can do it from database

 

Go to phpmyadmin and ui_bookmark table

 

Remove entry/s for your user id and namespace you need to remove the filtering

 

Thanks

Don Udugala

View solution in original post

2 REPLIES 2

Re: Reset active filters in Product Catalog in backend

I think you can do it from database

 

Go to phpmyadmin and ui_bookmark table

 

Remove entry/s for your user id and namespace you need to remove the filtering

 

Thanks

Don Udugala

Re: Reset active filters in Product Catalog in backend

How can I do this with SSH as we don't have phpmyadmin installed?