Collection display in store. Only first 20 items appear. How to display all products in collection?

Topic summary

Only the first 20 products in a 70-item collection were visible, suggesting pagination was limited to a single page. The goal was to show all products in the collection.

After the store URL was shared, the fix was to edit the theme file: Online Store > Themes > Edit code > theme.liquid, and insert a code snippet before the tag to correct the pagination number (pagination = splitting products across multiple pages). A screenshot and code snippet were provided (details not visible here), indicating the exact code change.

Outcome: The change worked immediately, and the collection now displays beyond the initial 20 items.

Status: Resolved; no further action requested.

Summarized with AI on January 14. AI used: gpt-5.

I have tags on 70 products in a collection. In my store only the first 20 are displayed. It is like no more than one page with can be displayed. How do I make all 70 products be seen in the collection?

Hi @Sigrun_2

Could you share your store link?

Hi, my store link is here https://sigrunasa.is

Hi @Sigrun_2

Please go to your Online store > Themes > Edit code > open theme.liquid file, add this cod before tag to solve the issue with your pagination number


1 Like

Thank you very much. Your solution worked instantly.