khalilgrom Posted July 7, 2021 Share Posted July 7, 2021 (edited) I want to speed up loading homepage of my shop (prestashop 1.7.5.2) I have added loading screen in head.tpl and lazy loading images but I have module which display products for choosen categories and I want to load it with jquery after page loaded is there any way to do that this is the part I want to load with ajax {if $page.page_name == 'index'} <div class="container"> {hook h="displayContainerbottom"} </div> {/if} I want to call Quote {hook h="displayContainerbottom"} after page loading (display an image instead while waiting to load ) Edited July 7, 2021 by khalilgrom (see edit history) Link to comment Share on other sites More sharing options...
khalilgrom Posted July 10, 2021 Author Share Posted July 10, 2021 any idea ? ☹️ 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