What's your biggest current challenge? Have your say in Community Polls along the right column.

Show categories in filter area in collections page on Dawn theme

Show categories in filter area in collections page on Dawn theme

onceupon
Excursionist
32 0 3

How to show categories in filter area in collections page on Dawn theme.

 

filter.jpg

Replies 5 (5)

iffikhan30
Shopify Partner
291 37 53

Hello @onceupon ,

 

By you call here tags, instead of collection because shopify not providing collections here.

Custom theme and app [remix] expert.

Email: irfan.sarwar.khan30@gmail.com
Chat on WhatsApp
onceupon
Excursionist
32 0 3

Is this possible to set different Tags like Light, Medium, Heavy in that filterbar

iffikhan30
Shopify Partner
291 37 53

Yes it's possible only tag.
https://apps.shopify.com/search-and-discovery

Above is the shopify developer app and it;s free.

Custom theme and app [remix] expert.

Email: irfan.sarwar.khan30@gmail.com
Chat on WhatsApp
onceupon
Excursionist
32 0 3

filter-bar.png

 

I need like above screenshot. I tried the app, but it will create like below

 

filter-2.png

iffikhan30
Shopify Partner
291 37 53

Hello @onceupon ,

 

It's possible but you need to customize your filter and this filter is not apply ajax this, is just custom collection link and last option grid change it's no cover the code.

 

<div class="custom-filter">
 <ul>
  <li> <a href="COLLECTION_LINK">Collection 1</a></li>
<li> <a href="COLLECTION_LINK">Collection 1</a></li>
<li> <a href="COLLECTION_LINK">Collection 1</a></li>
 </ul>
</div>

 

Add this code to your collection liquid file. then styling.

Custom theme and app [remix] expert.

Email: irfan.sarwar.khan30@gmail.com
Chat on WhatsApp