Help

Have a question about your order? Please contact the store you ordered from directly.
You can do this by replying to your order confirmation email.

Changing The Number of Products Shown Per Page

  1. First, read our "Changing a Theme's HTML" help doc.
  2. Following the instructions in the above help doc, click "Edit" next to your Theme's "index.html" asset.
  3. 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.