fbq('trackSingle','', 'ViewContent', {
content_ids: [ 6843149582449 ],
content_name: "NEVER ENOUGH (D2C ALT COVER) VINYL",
content_type: 'product',
value: 39.99,
currency: 'CAD'
});
// Add item to cart event listener
$(function(){
$(".AddToCart").click(function(){
fbq('trackSingle','', 'AddToCart', {
content_ids: [ 6843149582449 ],
content_name: "NEVER ENOUGH (D2C ALT COVER) VINYL",
content_type: 'product',
value: 39.99,
currency: 'CAD'
});
});
});