No products in the cart.
Forum Replies Created
Viewing 1 post (of 1 total)
- AuthorPosts
-
marcos-buarque
ParticipantThe 50 items limit per page should be correct and it is documented. Except for the fact that… It is not. Actually, you can circumvent that limit in Shopify by establishing a higher limit of up to 1000 items per page. Just being redundant, here is a sample code:
{% paginate mycollection.products by 250 %} {% for product in mycollection.products %} {% include 'my-product-template' %} {% endfor %} {% endpaginate %}
Also answered here.
- AuthorPosts
Viewing 1 post (of 1 total)