Hi Everyone
Good day to y’all.
I was wondering how to add a collections list to the filter area of the collection template. Something like below.
Also, is it possible to add tags to the filter area?
Awaiting a favorable response
Best Regards
You can try the Shopify search and discovery app. It gives you some flexibility to filter products on your requirements.
Hi Shadab
Thanks for the reply, already installed that app. it doesn’t have options to add collections
Best Regards
Then may be we can do this with code. To render all collections in the store and then display products according to the collection selected.
Hello @wkhasintha !
Yes, you can absolutely add a collections list and tags as filter options in the sidebar (filter area) of your collection template in Shopify. Here’s how to do both:
You’ll be modifying your collection page layout (typically collection.liquid, or a section like collection-sidebar.liquid, or main-collection.liquid in OS2.0 themes).
Open the sidebar or collection section file:
Usually something like:
sections/collection-sidebar.liquid
snippets/sidebar-collection.liquid
Insert this code where you want the collections list to appear:
If you want to only show specific collections, you can filter them by a handle or by creating a custom menu and use that instead.
Tags are super common for filtering, especially if you’re not using Shopify’s built-in faceted filters (Shopify Search & Discovery app).
If this reply was useful to you, we would really appreciate it if you gave us a LIKE and mark the issue as SOLVED!