dropdown for product variant picker

main
alexanderroese 2024-07-13 18:50:32 +02:00
parent be0fda7b60
commit 2eaf6216a2
1 changed files with 1 additions and 2 deletions

View File

@ -106,8 +106,6 @@
</style>
{% if shx_current_page contains "texte" %}
<h3>Texte Dropdown</h3>
{% comment %}
<div class="field custom">
<select
@ -138,6 +136,7 @@
<option value="{{ product_variant.title }}">
<div style="display: flex; flex-direction: column">
<span>{{ product_variant.title }}</span>
<span>{{ product_variant.price | money }}</span>
</div>
</option>
{% endfor %}