dropdown for product variant picker

main
alexanderroese 2024-07-13 16:51:34 +02:00
parent 9806e9f5cd
commit f7ae1f6ccb
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}