Debut Theme - Collection - Increase Items per page

Hi I have Debut theme install, when someone clicks on one of my collection pages eg “Shop All” or “In Stock” It only shows 8 items per page, how can i increase this to the max so shoppers don’t have to click through endless pages?

Many thanks

Shop URL www.wabisabimart.com

Hi @Geeza11

Follow this

  1. From Shopify admin, click “Online store” and then “Themes”.

  2. Click “Actions”, then “Edit code”.

  3. In the “Sections” folder, find the “collection-template.liquid” file and click to open it.

  4. Find the following line of code:

{% paginate collection.products by limit %}
  • Now remove “limit” object and replace with number of product, (Max 50)

  • Save it

    Note: also i can see you have debut theme so i can free review of store if want let me know

Hi, where in the code (which line) shoudl I put the code?

thanks

Hi @Geeza11

if you checked my instruction then you can find it, its not exact line where you have to place but you have to find that object as i sent instruction as all theme dont have same code and line

or add me staff i will check

best regard

i have the same issue but I do not have collection-template.liquid as a file in sections. Any ideas?