I'm displaying the layered nav on my homepage using the root category. I've created a cms page that is set to my home page with the following layout updates:
It's now showing correctly, but when I click a filter (I have ajax enabled) the endpoint that it fetches returns a 404 (ie mydomain.com/filter/cat/100-treadmills.html). I assume this has to do with the fact that because I'm not in a category, Improved layered nav isn't handling the request.
Is there any way to get this module working so that I can utilize the layered nav on the homepage?
I'm displaying the layered nav on my homepage using the root category. I've created a cms page that is set to my home page with the following layout updates:
I've also had to add the following in order to get the js and css from this module displaying on the homepage:
It's now showing correctly, but when I click a filter (I have ajax enabled) the endpoint that it fetches returns a 404 (ie mydomain.com/filter/cat/100-treadmills.html). I assume this has to do with the fact that because I'm not in a category, Improved layered nav isn't handling the request.
Is there any way to get this module working so that I can utilize the layered nav on the homepage?