Alexander.X Posted March 23, 2017 Share Posted March 23, 2017 Hello everyone!Is there any way to make the standart PrestaShop's Layered filters module to use URL parameters instead of anchors (the part after hash)?I ment that I want the layered filter generate and accept the URLs like this:my-example-shop.ru/some-category/?color=red&size=xlinstead of this:my-example-shop.ru/some-category#/color-red/size-xlthe reason is that the most of advertisment systems could add some parameters to the URL, but they usuaul add it directly to the end of the URL, and dont trying to analyze url structure and insert parameters to the right place.So, as far as i see, the obvious solution is to avoid using hashes in url, using just query parameters, and to use history.pushState to change URL without refreshing whole page...It seems obvious, usable, but I cant find any ready-to-use solution that do this such way.. So the questions are:- is there any solution?- is there any free solution?Thanks in advance. Link to comment Share on other sites More sharing options...
Geimsdin Posted November 9, 2018 Share Posted November 9, 2018 I'm looking for the same on Prestashop 1.6.1.17, did you find any solution? Thanks, Simone 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