Adding text to show a product is available in more colors/sizes

I am having a hard time figuring out the coding that would display texts on products that have more than one variant that they are available in more colors/sizes. I would like this to show up on my collection pages so customers are aware that there are multiple variations.

Thank you in advance!

1 Like

@lisabach

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Thank you so much! https://www.kitchenanddiningdirect.com/

1 Like

@lisabach

yes, please add this code product card snippets

{%- unless product.has_only_default_variant -%}
     More Options 
    {%- endunless -%}

Is there a specific place to insert the code? I tried pasting at the very end it did not show up on my site

1 Like

@lisabach

yes, please product card snippets

Yes, that didn’t do anything on my end.

1 Like

@lisabach

yes, please share code here