Dynamic Pagination
When one particular category or section has large amount of products, it takes more time to load particular page, is very difficult for visitor to search particular product. Here Pagination divides category or section into multiple pages, so it will reduce the loading time and also comfortable for visitor to search particular product.
We are providing following type of paginations:
- Pagination with RTML (without sorting and fixed number of products per page listing)
This pagination is based on pure RTML coding, we do not use javascript for this pagination so it will help you in SEO also. And in this pagination, no of products display per page is fixed, you can`t change it.

- Pagination with control - number of product per page
This pagination is based on javascript which allows to chose number of products per page.

- Pagination with control - with sorting on name & price
This is javascript based pagination along with facility to sort your products display based on Product Price & Product name in Ascending or Descending direction. In this pagination, no of products per page is fixed.

- Pagination with control - with sorting on name & price, number of product per page
This is javascript based pagination along with facility to sort your products display based on Product Price & Product name in Ascending or Descending direction along with facility to control products per page display.

Simple pagination with Javascript Features:
- Creates pagination with/without Javascript
- With/Without control the number of items on each page.
- Reduce page loading time
- With Flexible Sorting options : Name or Price
