Melissa
01/08/2025, 11:26 PMTracker.prototype.trackAddToCart = function(line) {
return this.track('trackEvent', {
category: 'Shopping - User Interaction',
action: 'Add To Cart',
label: line.generateURL()
}).track('trackAddToCart', line);
};
where line
is undefined.
We don't have any extensions for that module, btw. It just started and doesn't do it for most customers, so I feel like perhaps something changed on these customer's records, but nothing is standing out to me, and changes that have been made (in the financial tab seen in system info), when replicated on a test account, aren't producing the same behavior. Any ideas? Thank you! 🤷♀️Martin
01/08/2025, 11:27 PMMelissa
01/08/2025, 11:46 PMMartin
01/08/2025, 11:47 PMMelissa
01/08/2025, 11:51 PM{lines: [{ ... }]}
objMelissa
01/08/2025, 11:58 PMMelissa
01/09/2025, 12:03 AMMartin
01/09/2025, 12:11 AMMartin
01/09/2025, 12:12 AMMelissa
01/09/2025, 12:58 AMFlo
01/21/2025, 6:22 PMMelissa
01/21/2025, 6:49 PM