Custom Add to Cart
🛒 Custom Add to Cart Event Listener
window.addEventListener("Angle3DAddToCart", function(event) {
console.log('Angle3DAddToCart', JSON.stringify(event.detail));
// Your custom behavior here (e.g. open cart drawer)
});Last updated