add info emojis supported
parent
c32c6f7aa7
commit
345cecb515
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue