dropdown for product variant picker

main
alexanderroese 2024-07-13 16:43:17 +02:00
parent 373b1f6d65
commit c39ea1322c
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@
.shx-custom-dropdown-content div {
color: black;
padding: 12px 16px;
padding: 2px 12px;
text-decoration: none;
display: flex;
flex-direction: row;
@ -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="120" width="120">
<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 %}