maya l'abeille Posted July 8, 2013 Share Posted July 8, 2013 Hello, We have been working on 1.5.3 since it'd been displayed, we customised it quite a lot so we won't go on 1.5.4 immediately. We are working on a new module which give us a completed view of the product list (added columns for different status, for supplyer, etc. ) We need to add filters to a few colum. We tested a filter on the product name, as it is int he original product list.. : $this->fields_list['name'] = array( 'title' => $this->l('Produit'), 'filter_key' => 'b!name', 'filter' => true, 'search' => true It gives us the view with the cell to type the filters choice, but unfortunately we don't have any result. after refreshing, we still have the complete list, not filtered at all. Do someone know how to make it work? thank you very much by advance. Link to comment Share on other sites More sharing options...
Thymotep Posted March 14, 2014 Share Posted March 14, 2014 I have the same problem on a 1.5.2.0 release. I am trying to create a new module with a list item, I add the header to the table to have filters, but they do not work. I have found the processFilter() function but I do not see how called in my module. If someone an idea, let me know! Best regards, Thymotep Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now