Reducing the product quantity from 1 to zero in the shopping cart correctly displays an error (“This item has a minimum of 1”) and then resets the quantity to 1 automatically. However, if you select the Check out button, the error message appears again despite “1” still showing as the quantity.
When you minus one in the cart, it’s subtracting and throwing the error. It then only updates the number in the input. It doesn’t update the cart quantity to 1 again.
Hi Rishi - thanks for your response. As a developer, you can guess that is what is happening in the background. However, it is confusing to users who just see the number displayed in the input. I suggest that either the input is left as zero, or the cart quantity is updated at the same time as the input.