add info for emoji supported

main
alexanderroese 2024-07-18 22:28:50 +02:00
parent 9df0f4b2a8
commit efb40d776d
1 changed files with 3 additions and 0 deletions

View File

@ -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 %}