A collaborative Hard Seltzer made to celebrate Knotfest's Pulse Fest 2022. Made with Purple Grape creating the perfect light and flavourful Hard Seltzer.
var _learnq = _learnq || [];
var item = {
Name:
"Pulse Of The Maggots",
ProductID:
7943504036072,
VariantID:
null,
Categories:
["Beer","Christmas Deals","Multibuy Product Discount","Shop"],
ImageURL: "https://cdn.shopify.com/s/files/1/0029/1697/4636/products/slipknot-knotfest-pulse-of-the-maggot_grande.jpg?v=1661346136",
URL: "https://digbrewco.com/products/pulse-of-the-maggots",
Brand:
"Dig Brew Co.",
Price:
"£2.49",
CompareAtPrice:
"£3.00"
};
_learnq.push(["track", "Viewed Product", item]);
_learnq.push([
"trackViewedItem", {
Title: item.Name,
ItemId: item.ProductID,
Categories: item.Categories,
ImageUrl: item.ImageURL,
Url: item.URL,
Metadata: {
Brand: item.Brand,
Price: item.Price,
CompareAtPrice: item.CompareAtPrice
}
}
]);
var classname = document.getElementsByClassName("add-to-cart");
var addToCart = function() {
_learnq.push(['track', 'Added to Cart', item]);
}; for (var i = 0; i < classname.length; i++) {
classname[i].addEventListener('click', addToCart, false);
}