dropdown for product variant picker

main
alexanderroese 2024-07-13 16:36:31 +02:00
parent 85a2731ed6
commit edb1275e09
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,7 @@
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
z-index: 2;
width: 100%;
}
@ -113,6 +113,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="200" width="200">
<span>{{ product_variant.title }}</span>
</div>
{% endfor %}