add info emojis supported

main
alexanderroese 2024-07-18 22:32:49 +02:00
parent c32c6f7aa7
commit 345cecb515
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 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> <script>
console.log("product_variant", {{ product_variant | json }}) console.log("product_variant", {{ product_variant | json }}, {{ option | json }})
</script> </script>
</div> </div>
</div> </div>