pull/4/head
alexanderroese 2024-06-03 22:08:17 +02:00
parent 3a0ce1212e
commit 9e20447f7a
1 changed files with 7 additions and 1 deletions

View File

@ -138,7 +138,13 @@
</span>
<script>
console.log("product", {{ card_product }})
console.log({
id: '{{ card_product.id }}',
title: '{{ card_product.title }}',
price: {{ card_product.price }},
compare_at_price: {{ card_product.compare_at_price }},
discount_percent: {{ discount_percent }}
});
</script>
{%- endif -%}