Skip to content

Instantly share code, notes, and snippets.

@elephantsneverforget
Created September 11, 2023 17:02
Show Gist options
  • Save elephantsneverforget/b68bc304d5164c75ca10036f20b19bff to your computer and use it in GitHub Desktop.
Save elephantsneverforget/b68bc304d5164c75ca10036f20b19bff to your computer and use it in GitHub Desktop.
/** View Cart/Mini Cart **/
window.ElevarPushToDataLayer({
event: "dl_view_cart",
cart_total: "100.00",
ecommerce: {
currencyCode: "USD",
actionField: {
list: "Shopping Cart"
},
impressions: [{
id: "LB00161-34689553170476", // SKU
name: "Lovebox Original Color & Photo", // Product title
brand: "Lovebox INC",
category: "Home,Living,Art & Objects,Tabletop",
variant: "USA wall plug",
price: "119.99",
quantity: "1", // Only required for dl_view_cart
list: "/art/wallhangings", // Not required for dl_view_cart; The list the product is displayed in
product_id: "6979886940352", // The product_id
variant_id: "41141193965760", // id or variant_id
compare_at_price: "139.99", // If available
position: item.position // position in the list of search results, collection views and position in cart indexed starting at 1
},
...
] // See impressions array below
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment