Changing The Number of Products Shown Per Page
- First, read our "Changing a Theme's HTML" help doc.
- Following the instructions in the above help doc, click "Edit" next to your Theme's "index.html" asset.
- If you want to change the number of products shown per page, you can do so by changing the number passed to the paginate tag, like: {% paginate store.products by 10 %}...{% endpaginate %}
Note:
- There may be other places in your theme where you want to change the number of products shown per page, such as your "category.html" asset.
- The paginate tag has an upper limit of 50.