add info for emoji supported
parent
9df0f4b2a8
commit
efb40d776d
|
@ -142,6 +142,9 @@
|
|||
<div style="display: flex; flex-direction: column; align-items: flex-start">
|
||||
<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>
|
||||
<script>
|
||||
console.log("product_variant", {{ product_variant }})
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue