dropdown for product variant picker
parent
baedde8a14
commit
44c128b8c4
|
@ -143,7 +143,7 @@
|
|||
{% endfor %}
|
||||
</select>
|
||||
|
||||
<button class="shx-custom-dropbtn" id="shx-custom-selected">Select Product Variant</button>
|
||||
<button class="shx-custom-dropbtn" id="shx-custom-selected">Produktvariante auswählen</button>
|
||||
<div class="shx-custom-dropdown-content" id="shx-custom-dropdown-content">
|
||||
{% for product_variant in product.variants %}
|
||||
<div data-value="{{ product_variant.title }}">
|
||||
|
|
Loading…
Reference in New Issue