add info emojis supported
parent
b158c89922
commit
e9e3e220eb
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue