anikko Posted January 21, 2018 Share Posted January 21, 2018 (edited) Hi, I request your help for a very annoying issues with the featured search native module. When I selected or remove a filter, the scroll goes up. I tried to reinstall from scratch, but the problem is still here. Could you help me please ? I'll let you see the experience could be improved : I'm working on prestashop 1.7.2.4 with featured search 2.1.0, the issue occurs only when I try on my remote server (PHP 7.0). Edited January 23, 2018 by anikko (see edit history) Link to comment Share on other sites More sharing options...
anikko Posted January 23, 2018 Author Share Posted January 23, 2018 Hi again ! This module seems better than the native components but really expensive : https://addons.prestashop.com/en/search-filters/2778-advanced-search-4.html I find it unfortunate to buy a module for a bug that seems at first glance easy to fix. Link to comment Share on other sites More sharing options...
razaro Posted February 1, 2018 Share Posted February 1, 2018 Check this maybe http://forge.prestashop.com/browse/BOOM-4608 and code posted there. P.S. Please do not bump topic so often, it is against forum rules. Link to comment Share on other sites More sharing options...
anikko Posted February 1, 2018 Author Share Posted February 1, 2018 (edited) Thank you so much Razaro, after following your link, I manage to find the bug it was here : function updateResults (data) { pendingQuery = false; prestashop.emit('updateProductList', data); window.history.pushState(data, undefined, data.current_url); window.scrollTo(0, 0); } Into _core/js/facets.js (Dev branch). I remove widow.scrollTo(0, 0) and then use webpack to generate core.js. I have attached the core.js for people who want this fix. (just put it on themes/) core.js Edited February 1, 2018 by anikko (see edit history) 1 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