How to add “X colours” available in collection page? Like nike.com

Hello Aviv3255

This can be done through coding, the specific code will depend on your theme and its structuring

Hey,

I’m using dawn theme

Hey, I was able to achieve this:

If it’s good enough, add this code

{% if card_product.options_by_name['Color'] %}
      
      {{ card_product.options_by_name['Color'].values.size }} colors
      
{% endif %}

in this part of the card-product.liquid file. You can access it by going to online store > themes > actions > edit code

PS: if your variant name is ‘Colour’ instead of ‘Color’, replace the word Color where it appears with Colour

Hey,

it worked on my store a month ago but now i have another store and it don’t work, Why?

are you using dawn theme too? Did you apply it the same way? And if the answer solved the issue, please mark it as a solution

Yes- dawn

and yes i used it the same way and it don’t work