dropdown for product variant picker

main
alexanderroese 2024-07-13 16:50:48 +02:00
parent 713e93b871
commit 9806e9f5cd
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 | asset_img_url }}" height="100" width="100">
<img src="{{ product_variant.featured_image.src }}" height="100" width="100">
<span>{{ product_variant.title }}</span>
</div>
{% endfor %}