add info emojis supported
parent
b158c89922
commit
e9e3e220eb
|
@ -142,9 +142,10 @@
|
||||||
<div style="display: flex; flex-direction: column; align-items: flex-start">
|
<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 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>
|
<span>{{ product_variant.price | money }}</span>
|
||||||
<script>
|
|
||||||
console.log("product_variant", {{ product_variant | json }}, {{ product | json }})
|
{% if product_variant.title contains "Hintergrund" %}
|
||||||
</script>
|
<span>😃 Unterstützt Emojis</span>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue