test
parent
3a0ce1212e
commit
9e20447f7a
|
@ -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 -%}
|
||||
|
|
Loading…
Reference in New Issue