Change Filter Settings / Displays on Dawn Theme

I have the dawn theme 2.0 - I’m having two issues I hoping someone can help me with:

  1. In my header I have men and women.

When I click on men, the “filter” shows me Color, Size, and Price

When I click on women, the “filter” shows me Price, Size, Color

How do I get these to be in the same order?

  1. When I click on the “filter” options, I get things I want removed, for example:

I click on Price - It displays “The highest price is $xx” - How do I remove this?

I click on Size - It displays numbers in ( ) next to each size - How do I remove this?

I click on Color - It also displays numbers in ( ) next to each color - How do I remove this?

The numbers, which I assume are inventory, aren’t even correct. I’m just on the product page which shows all the products so not sure where this number is even being pulled from.

Here is my website, if this helps to see visual https://www.protectyourtail.com/collections/women

I appreciate ANY help, I’ve been researching this for two days and still can’t figure it out.

Thanks!

Hi @Anon5 ,

#1: I checked and it shows fine, did you solve it?

#2: Please go to facets.liquid file and follow these steps:

  • Step 1: Find ‘products.facets.max_price’ and remove code here:

  • Step 2: Find ‘({{ value.count }})’ and remove code here:

Hope it helps!

1 Like

THANK YOU it worked !!!

1 Like