Hi there, I use Broadcast theme and I want to see if Is is possible to add a General collections page where multiple collection boxes are shown, like below.
For example, If the top main page navigation was knives, you click that then it shows a multiple collection page e.g individual knives, knife blocks, chefs knives, bread knives etc. then you can further select which collection you want from that page, which would then take you to the standard collections page which I already have now within the theme. If that makes sense?
I want to find out if I can add in a multiple collection page with images and text like above between top navigation and collection page?
I am yet to find it on broadcast so not sure if It can be done.
Shopify doesn’t have a sub-collections feature so there is no way to have such individual pages other than using custom coding. I did the same using custom code for a client, you can check here https://doyoutest.myshopify.com/pages/can-am
There is a lot of code involved so I can code the whole page for you here but I would like to share with you how I achieved this.
1> Created a new template for each page e.g knives-collections.liquid, spoon-collections.liquid etc.
2> Used for loop to loop through each collection.
3> Added an if (Conditional) statement to check if the collection is the one I want to display, if yes then display it else continue with the next iteration of the for loop (i.e check for the next collection)
4> Used CSS styling to make the collections appear perfectly!