add info emojis supported

main
alexanderroese 2024-07-18 22:46:55 +02:00
parent b158c89922
commit e9e3e220eb
1 changed files with 4 additions and 3 deletions

View File

@ -142,9 +142,10 @@
<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 | json }}, {{ product | json }})
</script>
{% if product_variant.title contains "Hintergrund" %}
<span>😃 Unterstützt Emojis</span>
{% endif %}
</div>
</div>
{% endfor %}