dropdown for product variant picker
parent
c39ea1322c
commit
7cbeb63d4d
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue