For some reason Shopify doesn’t let me do this. I don’t want to have my home page be all my collections, I don’t have any collections. I just want it to be a grid of my products so that users can click on each one and see the details. None of the options in the direct site editor can do this so I assume I’ll have to use code.
https://sm3f.myshopify.com/ This is what I have currently. I want the same thing except it doesn’t show any information and is just a small item in a grid like the previously sent website. Thanks.
Create a collection with all products in your store.
Add a section to your home page via the customize option.
Edit the featured collection code by searching for this line: {%- for i in (1..4) -%} and changing the number 4 to the number of products you want to display.
The problem is in step 2. There is no option to put a “fetured collection” on the home page, just to put a list of all collections to select from. I want my homepage to be the collection with all my products like in the site I used as an example in my original post.