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

View File

@ -143,7 +143,9 @@
title: '{{ card_product.title }}',
price: {{ card_product.price }},
compare_at_price: {{ card_product.compare_at_price }},
discount_percent: {{ discount_percent }}
discount_percent: {{ discount_percent }},
discounthere: {{ discount }},
discount_percenthere: {{ discount_percent }}
});
</script>