document.addEventListener('doofinder.cart.add', function(event) {
const { item_id, amount } = event.detail;
// add custom code to send the data to your cart API
console.log(`added ${amount} of item #${item_id}`);
});
We use cookies to give you the best experience possible. No personal information is stored. Using this website means that you are ok with this cookie policy