custom/plugins/OttTracking/src/Resources/views/storefront/tracking/trbo/productview.html.twig line 1

Open in your IDE?
  1. <script>
  2.     var _trboq = _trboq || [];
  3.     _trboq.push([
  4.         "productView",
  5.         {
  6.             products: [
  7.                 {
  8.                     product_id: "{{ page.product.productNumber }}",
  9.                     name: "{{ page.product.name }}",
  10.                     quantity: 1,
  11.                     price: {{ page.product.calculatedPrice.totalPrice }}
  12.                 }
  13.             ]
  14.         }
  15.     ]);
  16. </script>