Nikola1337 Posted September 1, 2017 Share Posted September 1, 2017 Hey, I am new to prestashop and I am trying to create a simple product filter to be displayed on the category page. I managed to output my filter on the page using the hook for the hookDisplayLeftColumn method, however I have a few questions. How can I hook to the action that displays products, basically filter results. Right now I am hooking to the leftColumn but the filter will show on any page that has it.I want to show it only on the category page. Link to comment Share on other sites More sharing options...
Nikola1337 Posted September 4, 2017 Author Share Posted September 4, 2017 Anyone !? Link to comment Share on other sites More sharing options...
Nikola1337 Posted September 5, 2017 Author Share Posted September 5, 2017 Bump. Link to comment Share on other sites More sharing options...
Scully Posted September 5, 2017 Share Posted September 5, 2017 Filter is a module. And modules can be configured with exceptions where they should not be displayed. In PS 1.6.x. this is done by backoffice => modules => position. Click the module and hook you want to changed => edit. The form show has a field called 'exceptions' (3rd field). There you can specify and page type where you don't want the module to be shown. Report back. 2 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