Retail hardware, software, and Shopify Point of Sale
Hi,
I would like my product variants to show up separately on the collection page so that you can see the different colour options available and the collection page looks fuller. My theme is Impulse. Does anybody know how to do this?
Many thanks
Hey,
What you can do is find the product loop in your collection (something like this {% for product in collection.products %}) then you place this snippet of code wherever you want it to show
{% for variant in product.variants %}
<p>{{ variant.title }} </p>
{% endfor %}
You can check this link for full variant object you can use: https://shopify.dev/api/liquid/objects/variant
Hope that helps you
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023