Products Pagination

Pagination is simply a way of dividing your list of products into multiple pages. So instead of having 1000 products on a single page, you’ll have 100 products on 10 different pages. Aventa provides several ways to paginate your products: NormalAJAXLoad More, and Infinite Scroll. In this section, we will examine how each of these pagination types works.

Pagination Types #

There are four available pagination types:

Normal Pagination #

Normal pagination adds a pagination bar under your shop. Users can easily navigate between pages by clicking on each page number.

You can see a demo of Normal Pagination in action here.

AJAX Pagination #

AJAX pagination is much like normal pagination in the way it looks. The main difference is that it loads the page content via AJAX, so you can navigate between products without reloading the page.

You can see a demo of AJAX Pagination in action here.

Load More Button #

You can show a simple Load More button, instead of page numbers. Once you click on it, the new products will be loaded.

You can see a demo of Load More Button in action here.

Infinite Scroll #

By enabling this option, once the user gets to the end of the current page, the next page will load automatically. This process will continue until you reach the last product.

You can see Infinite Scroll in action here.

We use cookies to improve your experience on our website. By browsing this website, you agree to use of cookies by this website.
Accept More info