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...
The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024