Jump to content

Wrong backend pagination in Categories


Spamboy

Recommended Posts

[PrestaShop 1.6.1.6]

I have 10 main categories, with one level of sub-category for every one.  Unfortunately sub-category is 100 and more in every main category. 

In the backend, when i choose one of the categories to see list of subcategory - my view is split into several pages. Below of the list of results, is placed the pagination (<< < 1, 2, 3  > >>). When I want to see the second page of results, the browser goes back to the list of main category . Why does not show the rest of the results?

URL Categories: 

index.php?controller=AdminCategories&token=xxxxxxxxxxxxxxxxxx

URL sub-categories, for the selected category:

index.php?controller=AdminCategories&id_category=855&viewcategory&token=xxxxxxxxxxxxxxxxxx

URL Categories, after click second position in paginator:

index.php?controller=AdminCategories&token=xxxxxxxxxxxxxxxxxx&submitFiltercategory=2#category

 . 

 .

 

But, when I create addresses manually:

index.php?controller=AdminCategories&id_category=855&token=xxxxxxxxxxxxxxxxxx&submitFiltercategory=2#category

or

index.php?controller=AdminCategories&id_category=855&token=xxxxxxxxxxxxxxxxxx&submitFiltercategory=3#category

...and enter it offhand  ...everything is fine!

 

 

So, why controller is not working properly?

Edited by Spamboy (see edit history)
Link to comment
Share on other sites

  • 4 weeks later...

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...