We have an issue on our site nicci.co.za.
We are using Abandoned Cart Pro plugin for Woocomerce: https://www.tychesoftwares.com/store/premium-plugins/woocommerce-abandoned-cart-pro/
The plugin displays a pop-up for non-logged-in users to add their email addresses and then add items to the cart.
And recently, we noticed that non-logged-in customers cannot add items to carts. The popup displays correctly but does not add to cart and it has the below error in the browser console:
addToCartAllTypes.min.js?ver=6.5.4:1 Uncaught TypeError: Cannot read properties of undefined (reading ‘submitter’)
at HTMLFormElement.<anonymous> (addToCartAllTypes.min.js?ver=6.5.4:1:395)
at HTMLBodyElement.dispatch (jquery-1.12.4-wp.js?ver=1.12.4-wp:3:12369)
at r.handle (jquery-1.12.4-wp.js?ver=1.12.4-wp:3:9088)
at Object.trigger (jquery-1.12.4-wp.js?ver=1.12.4-wp:3:11488)
at jQuery.event.trigger (jquery-migrate-1.4.1-wp.js?ver=1.4.1-wp:644:22)
at HTMLFormElement.<anonymous> (jquery-1.12.4-wp.js?ver=1.12.4-wp:3:18865)
at Function.each (jquery-1.12.4-wp.js?ver=1.12.4-wp:2:2903)
at jQuery.fn.init.each (jquery-1.12.4-wp.js?ver=1.12.4-wp:2:846)
at jQuery.fn.init.trigger (jquery-1.12.4-wp.js?ver=1.12.4-wp:3:18841)
at n.fn.<computed> [as submit] (jquery-1.12.4-wp.js?ver=1.12.4-wp:4:16185)
And it refers to the below file:
https://nicci.jhnet.co.za/content/themes/woodmart/js/scripts/wc/addToCartAllTypes.min.js?ver=6.5.4
I know this is not your plugin but I was hoping you could assist in identifying where the issue is.
Regards
Richard.