@duracelltomi I am having the same issue as @chrismaire & @vdmatten. The ajax add to cart button does not fire any add_to_cart event. Could you please take a look? thanks.
Hi Altaf,
I have faced a similar problem. Try wrapping your code inside the following block:
$(window).on('elementor/frontend/init', function () {
// wait for elementor pro to load
elementorFrontend.on('components:init', function () {
// Insert your code here
});
});
Hi, I am facing this same issue and I’d love to have an update on this topic. Thanks! @priscillamc