raicap Posted September 7, 2021 Posted September 7, 2021 hi, it happens to me that when I go to the second page of a product category, the page does not open at the beginning but at the end as in the screenshot. I hope I have been clear. I use prestashop 1.7.7.7 with php 7.3. Has anyone already happened? Share this post Link to post Share on other sites More sharing options...
Ress Posted March 3, 2022 Posted March 3, 2022 Try this js code: $(document).ready(() => { prestashop.on('updateProductList', () => { let target = $("#wrapper"); if (target.length) { $('html, body').animate({ scrollTop: target.offset().top+350 }, 500); } }); }); Share this post Link to post 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