Guest User

Untitled

a guest
Feb 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. window.dataLayer = window.dataLayer || [];
  2. dataLayer.push({
  3. "ecommerce": {
  4. "currencyCode": "BYN",
  5. "purchase": {
  6. "actionField": {
  7. "id" : ""+ json.redirect.replace("/cart/order.php?ORDER_ID=","") +"",
  8. "goal_id": 24348405
  9. },
  10. "products": [
  11. <?php foreach ($arResult["GRID"]["ROWS"] as $k => $arData): ?>
  12. {
  13. "id": "<?= $arData["data"]["PRODUCT_ID"]; ?>",
  14. "name": "<?= $arData["data"]["NAME"]; ?>",
  15. "price": <?= $arData["data"]["PRICE"]; ?>
  16. },
  17. <?php endforeach; ?>
  18. ]
  19. }
  20. }
  21. });
Add Comment
Please, Sign In to add comment