Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Multiple products added to cart

Vote:
 

Hi guys,

I've been trying to wrap my head around this bug and I'm quite stuck. Basically, I've been trying to add a form in the products page and when a user tries to add the product to cart, it tries to validate the form first and then when the form is valid, the product is then added into the cart. But I've found a bug when testing it when you try to add a product into the cart and the form is invalid, the product doesn't get into the cart (working as expected) but then when you type in the required fields in the form and add the product into the cart, the product is then added twice. So basically, if you spam the "Add to Cart" button X multiple times, and then try to make the form valid, the product will then be added X multiple times.

What I've basically done to check if the form is valid, and if it is, the product will be added into the cart.

Here's the code I've done for it. 

Any idea why this happens? Any idea on how to fix this one? Thanks!

I'm currently running this on Foundation with CMS version 11.20.5

#260579
Aug 14, 2021 4:06
Vote:
 

I've never seen an 'Add to Cart' on an Episerver Form before.

Suggestions:

  • Try a different event. formsSubmitted?
  • Take a look at stopImmediatePropogation which is a jquery method
#260653
Aug 16, 2021 8:09
Vote:
 

Hi Surjit,

I've added this in product.js addToCartClick method.

For now, I've tried to abort the request when the form is invalid. There might be some much better way to handle this though. But this is my workaround as of the moment.

#260697
Edited, Aug 17, 2021 2:11
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.