Goal: Display more than 50 products in the Featured collection section on a Shopify theme (Dawn). Attempts to raise the limit (e.g., to 200 in settings.schema or removing limit) still show only 50, while collection pages can show 200.
Key details:
Collection pages: Increasing pagination in main-collection-product-grid works (200 products show). âPaginateâ in Liquid controls page size for listings.
Featured collection section: Does not use paginate; limit appears controlled by a setting (products_to_show). Despite schema edits, display remains capped at 50.
Proposed solution:
Edit sections/featured-collection.liquid to increase the âproducts_to_showâ range max from 12 to 200, then set the desired count in Online Store > Themes > Customize > Home Page.
Code snippets and screenshots are central to the suggested fix.
Additional request:
Another participant needs 100 products on a Simple theme collection page (Theme 1.0) but does not find paginate or max settings in code.
Status:
Featured collection fix is suggested (increase products_to_show max and configure in Customize), but no confirmation it bypasses the 50 cap.
Simple theme collection page change remains unresolved; further guidance on where to implement paginate/limits is needed.
I need to be able to show all products in the featured collection block, however, I am unable to get any products past 50 to appear in the featured collection. I am comfortable writing custom .liquid and have tried increasing the :limit for products in the featured collection to 200, in the settings.schema, I have also tried removing the limit all together or setting it to nil. None of this has worked and I am stuck with only 50 products in the collection.
@HarveyFinn Sure, here is the preview environment, i have it set to show 200 products in the homepage featured collection grid, however, it only shows 50.
Yes, I do not have collection-template.liquid in my theme sections as I am using the Dawn theme. However, I did increase the main-collection-product-grid.liquid to paginate 200 max products. Itâs working on collection pages, I see 200 products on those collection pages. However, I still only 50 items on the featured collection section. The liquid code for featured collections is different and does not include the paginate code.
The Featured collection displays more than 12 products.
In your Shopify Admin, go to Online Store > Themes > Actions > Edit Code.
Find âsections > featured-collection.liquidâ and search for âproducts_to_showâ.
The Featured collection displays more than 12 products.
In your Shopify Admin, go to Online Store > Themes > Actions > Edit Code.
Find âsections > featured-collection.liquidâ and search for âproducts_to_showâ.
Sorry I meant for a collection page not the featured page. There isnât anything in our code that says max or paginate - were on 1.0 using the simple theme