meloria Posted November 23, 2017 Share Posted November 23, 2017 Hi all, my goal is to create a list of links in the top menù to go to category page filtered by manufacturer. At the moment I'm using: getCategoryLink((int)$category['id_category'], null, null).'#/manufacturer-'.$manufacturer["name"] I need that the page is exactly the category page to use the blocklayered module. The problem is that the page reloads automatically removing filters from url. It happens the same thing using the url generated by the module blocklayered in the category page. This is an example link generated by the module: http://localhost/man/14-shoes#/manufacturer-manufacturer_test (same created by getCategoryLink() ) This is where it redirects: http://localhost/man/14-shoes# Debugging I understand that the problem come from the blocklayered module. I was wondering if anyone else had already encountered with this problem and maybe fixed it. Thanks in advance. Link to comment Share on other sites More sharing options...
dmru Posted September 3, 2020 Share Posted September 3, 2020 I have the same problem only with the brand and category filter Link to comment Share on other sites More sharing options...
dmru Posted November 3, 2020 Share Posted November 3, 2020 On 9/3/2020 at 2:03 PM, dmru said: I have the same problem only with the brand and category filter solved this problem by switching from block_layered module to amazing_filter 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