Add product information like name, price and url to “data” Object in add-to-cart ajax function
I am trying to get some more product data in the add-to-cart event (using ajax). So far, I can see the form works like this: $(document).on(‘ajax:addToCart’, function (event, data) { console.log(event); console.log(data); }); I can see that there is some… Read More »Add product information like name, price and url to “data” Object in add-to-cart ajax function