Commit 01bd53c2 by lmf

Merge branch 'developer' into production

parents 2d81ab4e 76989a22
......@@ -57,7 +57,7 @@ $product = $objectManager->get('Magento\Framework\Registry')->registry('current_
'event': 'view_item',
'value': '<?= $product->getFinalPrice() ?>',
'items': [{
'id': <?= $product->getSku() ?>,
'id': '<?= $product->getSku() ?>',
'google_business_vertical': 'retail'}]
});
......
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