Adding colours/variation amounts to collections product card

Adding colours/variation amounts to collections product card

emilyaugstudios
Pathfinder
122 1 58

Hi, does anyone know how to add the product colour and amount of colours available to my product card on the collection pages? I want them to appear underneath as the image shows below if possible 🙂 

 

I'm using the Prestige theme – https://927103-16.myshopify.com/

 

Many thanks,

Emily

 

Current look (the product colour is in the title) –

Screenshot 2024-08-19 at 15.11.49.png

 

What I'm trying to achieve with the product colour and amount of colour variations added below the title and price on the product card –

Screenshot 2024-08-19 at 15.12.06.png

Reply 1 (1)

Guleria
Shopify Partner
3403 679 963

Hello @emilyaugstudios ,

 

Use this code after the title code

{% if product.variants.size > 0 %}
      {% assign first_variant = product.variants.first %}

      {% for option in first_variant.options_with_values %}
        {% if option.name == "Color" %}
          <p>Color: {{ option.value }}</p>
          {% break %}
        {% endif %}
      {% endfor %}
    {% endif %}
 <p> {{ product.variants.size }} colors

 

Note: Maybe you have to make a little change a/to the theme code.  Also you need to fix the existing code. 

 

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization
- Email: [email protected]
- Try GEMPAGES a great page builder