I am trying to add my sub-collections as links incorporated inside the banner and description. I was able to find a good blog post that covered this topic for older themes with collection.liquid files. I am using an updated Dawn theme that uses collection.jason, here. I added the links directly into the description of the collection, but there is no way to format them to look clean and orderly. I would also need to do this manually for all collections that have sub collections.
Hey @SashaGArtB ,
There are multiple option like you can create a richtext matafield at product level where you can add all the links and show it in the page using custom code.
second you can create metaobject which will allow you to select products and write custom code to display them.
Hope this will helps…
Thank you for taking the time to answer. I will try to play around with this.
don’t forget to mark as solution if idea works for you