Hi everyone,
I’m using the Responsive theme on Shopify, and I’m trying to add the Collection List section to my Collection page (not the homepage). The theme already has a collection-list.liquid file, but it doesn’t appear as an available section in the Theme Editor when editing the Collection page.
The reason i want to add this to the collection page is because i want a sub collection of that big collection featured on that given collection page.
I checked collection-template.liquid and collection.json. I tried adding {% section ‘collection-list’ %} to collection-template.liquid and updating collection.json to include “collection-list”, but it still doesn’t show up in the editor.
Any guidance would be greatly appreciated! Thanks