A user building a Shopify store with the Colorblock theme wants to display the “all products” page as their homepage. The theme editor only offers options like “featured collection” or “collection list,” which lack filtering capabilities when used on the homepage.
Attempted Solutions:
Creating a collection with all products (no filtering available)
URL redirects (failed due to empty path restrictions)
Suggested Workarounds:
Create a custom landing page with a “Shop now” button linking to the products page
Design a custom products page in Canva with linked product images
Use JavaScript to redirect from homepage to /collections/all (potential SEO concerns)
Implement JavaScript to load collection content with filters on the homepage
Explore third-party search and filter apps
Current Status:
The user decided to implement a landing page solution due to budget constraints for JavaScript development. They’re using Shopify’s “Search & Discovery” app for filtering, which works but doesn’t filter based on collections. The discussion remains open regarding randomizing featured collection products, though a JavaScript solution was suggested for this as well.
Summarized with AI on October 27.
AI used: claude-sonnet-4-5-20250929.
I’m in the middle of building my online store using the colorblock theme.
I would like the homepage to be the “all products” page but it the theme editor I’m only given options like “featured collection” or “collection list” etc.
I already tried creating a collection with all my products but then there are no filtering options available.
URL redirects also didn’t work because you can’t redirect from an URL with an empty path.
Hello @ac-ado
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
I see products show up on landing page already. Although its always nice to start with a great banner with heading and tagline to summarize what the visitor can expect from your website.
If you’re unable to find any solution, you can design your custom products page in Canva… place your image/text/price and link to product page. This is one way of doing it. If you want a tutorial, see this: https://www.youtube.com/watch?v=bZ_oUI4an30
Secondly, you can create a separate page on Shopify and fill it with products. You can set that page as HOMEPAGE as you have that option in Shopify.
@ac-ado what do you mean by empty URL? Did you try Shopify’s free buy button app? It provides buy now and add-to-cart links for each product. That way, it wont be redirected. Your product can be added to cart or straight to checkout.
And about the link to the product page, you can find links to individual products by going to Admin dashboard > products > select product.
You should be able to add links to your products this way.
My issue is not so much the “view all” button or pagination rather than the absence of filtering on the “featured collection” page. (yes, I turned filters off in my store for now, whole bunch of other issues there :))
Mind you, if there was an option to randomize the selection and order of the featured collection I wouldn’t mind displaying it at all! But that’s yet another issue I don’t want to bother you with.
No, unfortunately, shopify filters would not work on the homepage directly.
It’s easy to edit your theme so that it redirects from homepage to /collections/all (for example) and it would even be barely noticeable, but can’t tell how it will affect SEO.
Alternatively, it may be possible to use Javascript to load homepage section content from the the /collections/all page, including filters.
Finally, it may be possible to use one of the search and filter apps available in the App store…
As for randomization – yes, it’s also possible to implement. Say, you may set up your featured collection section (or several) (or add a custom liquid section) to output 50 products from featured collection and then use Javascript in browser to show 16 random out of those 50.
Since I can’t afford any assistance with Javascript programming right now (have to start selling first) I guess I’ll go for a landing page provided with a “Shop now” link.
As for filtering, I got the “Search & Discovery” App which works fine. I just found out yesterday that it doesn’t filter based on collections which is information the chatbot didn’t have before I told it (in case anyone should ask it in the future)