dropdown for product variant picker
parent
9806e9f5cd
commit
f7ae1f6ccb
|
@ -120,7 +120,7 @@
|
|||
<div class="shx-custom-dropdown-content" id="shx-custom-dropdown-content">
|
||||
{% for product_variant in product.variants %}
|
||||
<div data-value="{{ product_variant.title }}">
|
||||
<img src="{{ product_variant.featured_image.src }}" height="100" width="100">
|
||||
<img src="{{ product_variant.featured_image.src | file_img_url }}" height="100" width="100">
|
||||
<span>{{ product_variant.title }}</span>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue