I’ve purchased a shopping list management plugin (WishLists) that’s using an ajax to save products. The issue is that it adds products to cart instead of list. Nor my dev guy or plugin dev guys were able to help me (I could disable the ajax add to cart, but it’s a feature I can’t give up)
The button is inside the <form> and when you click it then it submits the form. Our AJAX is triggered on form submit so the only way to fix this is to move button outside the form or disable AJAX add to cart.