Hi all,
is there a way or a module that can help me with that need ...
Now when I select some filter/s in some product category in front store the Faceted search generates that kind of URL :
https://store.name/categoryName?q=Color-Black&Size-M
Is there a way to change it to generate that kind of URL :
https://store.name/categoryName/Color-Black/Size-M
or
https://store.name/categoryName/q/Color-Black/Size-M
or
https://store.name/categoryName/filters/Color-Black/Size-M
In my case it is PS 1.7.6.4, PHP 7.2 ... if you need more info - just ask.
Thank you in advance.