dropdown for product variant picker
parent
e603d48e7b
commit
77abf55778
|
@ -140,7 +140,7 @@
|
|||
<img src="{{ product_variant.featured_image.src | image_url }}" height="100" width="100" style="border-radius: 4px">
|
||||
|
||||
<div style="display: flex; flex-direction: column; align-items: flex-start">
|
||||
<span style="color: rgb(var(--color-foreground)); {% if product_variant.available == false %}text-decoration: line-through;{% endif %}">{{ product_variant.title }}</span>
|
||||
<span style="color: rgb(var(--color-foreground)); font-weight: 600; {% if product_variant.available == false %}text-decoration: line-through;{% endif %}">{{ product_variant.title }}</span>
|
||||
<span>{{ product_variant.price | money }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue