dropdown for product variant picker

main
alexanderroese 2024-07-13 16:43:53 +02:00
parent c39ea1322c
commit 7cbeb63d4d
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="https://shinnex.de/cdn/shop/files/97548.webp?v=1720209711&width=600" height="100" width="100>
<img src="https://shinnex.de/cdn/shop/files/97548.webp?v=1720209711&width=600" height="100" width="100">
<span>{{ product_variant.title }}</span>
</div>
{% endfor %}