dropdown for product variant picker
parent
d3e59acadb
commit
04435ff1c2
|
@ -124,7 +124,7 @@
|
||||||
|
|
||||||
<div data-value="{{ product_variant.title }}">
|
<div data-value="{{ product_variant.title }}">
|
||||||
<span>fimg: {{ product_variant.featured_image.src }}</span>
|
<span>fimg: {{ product_variant.featured_image.src }}</span>
|
||||||
<img src="{{ product_variant.featured_image.src | asset_url }}" height="100" width="100">
|
<img src="{{ product_variant.featured_image.src | asset_img_url }}" height="100" width="100">
|
||||||
<span>{{ product_variant.title }}</span>
|
<span>{{ product_variant.title }}</span>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue