Commit 19e61965 by halweg

fix : js bug

parent e4b28075
......@@ -231,7 +231,7 @@ $_helper = $block->getData('outputHelper');
<script>
dataLayer = [];
dataLayer.push({
'event' : <?= $googleGtmName ?>,
'event' : '<?= $googleGtmName ?>',
'value' : <?= $price ?>,
'item' : <?= json_encode($items, true) ?>
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment