dropdown for product variant picker

main
alexanderroese 2024-07-13 19:05:11 +02:00
parent b21de6bb58
commit 1030574403
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@
<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; width: 100%">
<span style="color: rgb(var(--color-foreground));">{{ product_variant.title }}</span>
<span style="color: rgb(var(--color-foreground)); {% if product_variant.available == false %}text-decoration: line-through;{% endif %}">{{ product_variant.title }}</span>
<span>{{ product_variant.price | money }}</span>
</div>
</div>