Questions tagged [pagination]

Denotes questions related to collections pagination.

Related tags:

  • for collections related questions
  • for filtering collections questions.
  • for sorting related questions.
200 questions
3
votes
1 answer

Magento count pagination sizes

Is there any way to count how many pages there is in pagination? I'm not talking about Collection count, but something like pagination count maybe?
simond
  • 191
  • 2
  • 10
2
votes
3 answers

Add Pagination by Text box

I would like to use pagination by text box where client can type the number of product page and click go/submit button.
Wine Chit
  • 49
  • 5
2
votes
0 answers

Pagination for products, coupons and orders by usin api

How to use pagination for products, orders and coupons lists using api? For now i use SOAP v2. Soap v2 has a filters, but i cant use them for pagination, because they allow to define specific boundary id, e.g. 1 to 10, or less than 400, more than…
Andry
  • 21
  • 1
0
votes
1 answer

Magento 1.9 Pagination Issue

Hi I am facing pagination issue please check attachment my source code, if anyone know about how to solve it please help I am really appreciate Website URL is http://komal.com.au/scarves.html please check the code My Head.phtml code
0
votes
1 answer

Pagination in product listing page fails

In website on Magento 2.1.5, in any category I have added around 80 products. When I am opening product listing page in any category; default its showing 9 products in grid. If I change limit to 15, I can see products are appearing in grid. Once…