dropdown for product variant picker
parent
ab6d537562
commit
ee28754a83
|
@ -148,7 +148,7 @@
|
||||||
<div data-value="{{ product_variant.title }}">
|
<div data-value="{{ product_variant.title }}">
|
||||||
<img src="{{ product_variant.featured_image.src | image_url }}" height="100" width="100" style="border-radius: 4px">
|
<img src="{{ product_variant.featured_image.src | image_url }}" height="100" width="100" style="border-radius: 4px">
|
||||||
|
|
||||||
<div style="display: block; justify-content: space-between; align-items: center">
|
<div style="display: flex; justify-content: space-between; align-items: center">
|
||||||
<span style="color: rgb(var(--color-foreground));">{{ product_variant.title }}</span>
|
<span style="color: rgb(var(--color-foreground));">{{ product_variant.title }}</span>
|
||||||
<span>{{ product_variant.price | money }}</span>
|
<span>{{ product_variant.price | money }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue