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