Shopify themes, liquid, logos, and UX
Hi i am using dawn theme and i want to ask if there is a way by code or something else that i can add a color variants to the collection page
Hi @Roeiam , If you'd like to display the color options on the collections page, you can add the following code to your product grid file. Since you're using the Dawn theme, the file will be named 'card-product.liquid.' Locate the file and search for the 'card-information' class. If the class appears more than once, be sure to add the code to both sections.
<div>
{% for option in card_product.options_with_values %}
{% for value in option.values %}
<span>{{ value }}</span>
{% endfor %}
{% endfor %}
</div>
AT...
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024