dropdown for product variant picker
parent
f3521681a1
commit
0ab8a1750c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue