How to update Pagination type
There are currently 03 supported pagination types, which are Pagination, Infinite Loading, and Load More.
- Pagination: the product pages will be navigated through a sequence of numbers assigned based on the number of products per page.
- Infinite Loading: this type allows product content to be loaded continuously as the user scrolls down the page, eliminating the need for the mentioned above pagination.
- Load More: as the user scroll through product content, a button labeled Load More will show and allow more products to show up beneath when clicked.
See how each Pagination type looks like on your store:
Instruction