dropdown for product variant picker

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

View File

@ -148,11 +148,10 @@
<div data-value="{{ product_variant.title }}">
<img src="{{ product_variant.featured_image.src | image_url }}" height="100" width="100" style="border-radius: 4px">
<div>
<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>
</div>
</div>
{% endfor %}
</div>