dropdown for product variant picker

main
alexanderroese 2024-07-13 18:56:23 +02:00
parent ee28754a83
commit 240d339647
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@
<div data-value="{{ product_variant.title }}">
<img src="{{ product_variant.featured_image.src | image_url }}" height="100" width="100" style="border-radius: 4px">
<div style="display: flex; justify-content: space-between; align-items: center">
<div style="display: flex; justify-content: space-between; align-items: center; width: 100%">
<span style="color: rgb(var(--color-foreground));">{{ product_variant.title }}</span>
<span>{{ product_variant.price | money }}</span>
</div>