dropdown for product variant picker

main
alexanderroese 2024-07-13 18:51:23 +02:00
parent 2eaf6216a2
commit a99bc00b14
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +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>
<span>money {{ product_variant.price | money }}</span>
</div>
</option>
{% endfor %}