We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1df8a commit dbcacaeCopy full SHA for dbcacae
README.md
@@ -34,7 +34,7 @@ This is a list of useful Shopify Snippets that I often reference while developin
34
{% for product in collections.collection-name.products %}
35
<div class="grid">
36
{% for variant in product.variants %}
37
- <! -- some html product box layout here -->
+ <!-- some html product box layout here -->
38
{% include 'product-card-grid', grid_image_width: image_size, product: variant %}
39
{% endfor %}
40
</div>
0 commit comments