Mini Cart

  • No products in the cart.
if(productId && productName && productPrice) { window.dataLayer.push({ event: 'productView', ecommerce: { detail: { products: [{ id: productId, name: productName, price: productPrice, content_type: 'product' }] } } }); }