add info emojis supported

main
alexanderroese 2024-07-18 22:30:21 +02:00
parent efb40d776d
commit c32c6f7aa7
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
<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 }})
console.log("product_variant", {{ product_variant | json }})
</script>
</div>
</div>