Hi, I’m using the Supply Theme. I have my front page organized into collections, but when you go into that collections, its just all products. I’d like to be able to go into the Jewelry Collection, and then have it show other collections that would break down when you click them. For instance, I’d like to show a Bracelet Collection, Necklace Collection, Earring Collection, etc. I think this is a code modification thing, which I’m not great at. Can this be done?
Hey,
Thanks for reaching out to Shopify community.
yes, this is absolutely possible. But this work around requires to do the custom code in your theme file. As the native theme doesn’t support this feature.
Could you share the collab code in the p/m so that i can take a look and do the requested changes.
Thanks
You can create a collection template, and instead of putting products, you can put collections in the template.
Alternatively, you can use Collection List instead of Collection.
You can do custom Collection Lists to act as parent collections/sub-collections.
- Go to Edit Code, Find the folder named Templates. Right Click on list-collections.json and duplicate, rename. This will serve as a Collection List.
- Then Go back to theme editor and edit the template you just created. Add the collections to this template.
- Then link this Collection List on your homepage.