Jump to content

[SOLVED]Pagination - not refreshing whole page


Recommended Posts

Im using fresh install 8.2.0 (but it is same in my 8.1.7 production server.

site : ip20.pl

When i choose ART category i can move between products page 1 and 2. When i click on page 2, not whole page is reloaded, just only part with the products list.

You can see this looking at the page title - is still "Art - meta title". But when i do the refresh page (F5 or Cmd+R) the title chages to "Art - meta title (2)" with proper page number.

The problem is, that <head> of the page is not refreshed, The smarty variables are also not refreshed, so i still have - as example - $urls.current_url not valid - but i need to have info which page is being displayed. 

This implies many more problems.

I see its connected with updateFacet event - instead of reloading whole page the XHR call is made, and its treated as displaing products with a filter.

Link to comment
Share on other sites

This is system bug, as the same page displayed, when you manualy input the url or just press F5, the content is different.

i think nobody expect such behavior - no reason to have such behaviour, full reload is the normal situation when you change the url.

Its my opinion.

Link to comment
Share on other sites

Layered navigation is managed with ajax. The principle of ajax actions is precisely not to reload full page.
I didn't say that it is normal but that it is the default behavior of this module. To change it, you will have to change the behavior of this module, or disable it.

Link to comment
Share on other sites

No, is not.

Take a look at the page title - when you change from page 1 to page 2, the title has to have "(2)", but it dosnt.

When you press F5 on page 2 it apperars - this is the full reloading.

Using only pagination, page is not reloaded at all, just the products list part.

Link to comment
Share on other sites

  • Marek_G changed the title to [SOLVED]Pagination - not refreshing whole page

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...