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