ZAJDAN Posted February 12, 2016 Share Posted February 12, 2016 Hello, is somehow possible stop the refreshing of whole page? In my case on start page I have block with a few products and it is wrapped into:<div class="columns-container"> when I click on one of the products (to see all info/details).....in this moment is refreshed whole page not only the columns-container Thank You for any hint Regards Zdenek Link to comment Share on other sites More sharing options...
cristic Posted February 12, 2016 Share Posted February 12, 2016 This is not possible, without changing a lot in the code. One option would be to use Quick View function, to load the product details in a popup window. Link to comment Share on other sites More sharing options...
ZAJDAN Posted February 12, 2016 Author Share Posted February 12, 2016 ok...thank You for answer so I will try to reach my goal somehow otherwise above the <div id="page"> in which is wrapped presta I have one my own <div> and the problem is, when presta make refresh(whole DOM)..page is scrolled on the Top, there where is the my own <div> and I have to scroll back down. idea: When I click on the product -> Presta make refresh the page .....Is there any object with class where is changed status? something like class="center_column active" so that I could say via javascript if ($(.center_column).hasClass("active")) {...scrollTo} Thank You Regards Zdenek Link to comment Share on other sites More sharing options...
ZAJDAN Posted February 12, 2016 Author Share Posted February 12, 2016 (edited) this is my case...via buttons I slide between the areas, but the problem is, when I am in prestashop area and there I click on something, it reload completely whole page and position of browser window is back on the top 'AREA 1' http://picpaste.com/pics/draft-0vAWkPyQ.1455280370.png Edited February 12, 2016 by ZAJDAN (see edit history) 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