brucexia Posted January 21, 2014 Share Posted January 21, 2014 I need to add some additional filters when user clicks on a category, e.g. instead of returning all the products under this category, I will return all the products under this category and has a tag "testtag". I'm currently storing this additional filter in cookie but I'm having hard time finding the right place to modify the query. I tried the Category->getProducts() but that function isn't called at all. I can see the products is retrieved after CategoryController->assignProductsList() but I just couldn't find where the actual query is being done. Any advice will be appreciated. Link to comment Share on other sites More sharing options...
chupetite Posted July 17, 2014 Share Posted July 17, 2014 Hi brucexia, I have exactly the same problem, have you found a solution? 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