Just commenting in case someone finds this in the future - my issue ended up being that I was accidentally using the “featured collection” instead of “product grid” - After trying to click the “view all” button, it re-directed to a collection page where I had to go into the editor and, under Template, click the eye icon to un-hide the product grid, then get rid of the featured collection.
Topic summary
Issue: Pressing “View all” on collection pages in the Dawn theme reloads the page without showing additional products. The theme’s “Maximum products to show” setting appears capped (seen at 25 in one area; another attempt allowed up to 100), but the requester wants 100–200 items shown.
Suggestions offered:
- Edit the collection template (collection.liquid) and adjust the product loop to bypass the theme setting, e.g., loop directly over collection.products. A reply provided a basic Liquid loop snippet.
- The requester tried changing limits in featured-collection.liquid but hit a saved maximum of 100 and asked if a “no limit” value is possible (no direct answer provided in-thread).
Key update/resolution from another user: The problem was using a “Featured collection” section instead of the “Product grid” on the collection page. Fix: In the theme editor, open the collection page template, unhide the Product grid (eye icon), and remove the Featured collection. After doing so, “View all” led to the proper collection grid.
Status: A practical fix is documented (ensure Product grid is visible on the collection template). The question of an unlimited max setting remains unanswered.