
Originally Posted by
AlexThibo
Easier that this, a verification is already done when you add a product to the cart. There's a maximum of 1 member card that can currently be bought. Preventing the customer to add a second card if they continue shopping after having add one then want to come back to their shopping cart, but click on the product in the shopping cart instead of clicking on the "Shopping cart" header of the side block and add the cart again thinking it'sthe way to restart the checkout process. Some test customers did it so by placing "1" as a maximum quantity of the product it prevent that mistake.
So i suspect that there's a condition in the code that compare what's in the shopping cart with the product you're adding. I think asking for a second verification should be around this.
And when you log in it already add your products in your pending shopping cart and give you an error message if you already have the card in your cart. Same process there.
But how to implement this only for this product?