dropdown for product variant picker

main
alexanderroese 2024-07-13 18:54:53 +02:00
parent 0ab8a1750c
commit ab6d537562
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@
<div style="display: block; justify-content: space-between; align-items: center">
<span style="color: rgb(var(--color-foreground));">{{ product_variant.title }}</span>
<span>money {{ product_variant.price | money }}</span>
<span>{{ product_variant.price | money }}</span>
</div>
</div>
{% endfor %}