dropdown for product variant picker

main
alexanderroese 2024-07-13 16:38:35 +02:00
parent 2ef57ae845
commit 5025263bc5
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
<div class="shx-custom-dropdown-content" id="shx-custom-dropdown-content">
{% for product_variant in product.variants %}
<div class="shx-custom-dropdown-variant" data-value="{{ product_variant.title }}">
<img src="https://shinnex.de/cdn/shop/files/97548.webp?v=1720209711&width=600" height="200" width="200">
<img src="https://shinnex.de/cdn/shop/files/97548.webp?v=1720209711&width=600" height="120" width="120">
<span>{{ product_variant.title }}</span>
</div>
{% endfor %}