I've noticed some strange behavior in my store and I wonder if there's a way to correct it.
I only have a quantity of 2 of Widget XYZ in my store, and if a customer adds 3 to their cart, it just adds 2 to their cart, without a message telling them what's happened.
And when the customer views their cart and only sees 2, and changes that number to 3 and hits Update, it takes them to a page that says
I think the behavior should be
Customer adds 3 to cart, no product is added to the cart, and a pop-up appears
I only have a quantity of 2 of Widget XYZ in my store, and if a customer adds 3 to their cart, it just adds 2 to their cart, without a message telling them what's happened.
And when the customer views their cart and only sees 2, and changes that number to 3 and hits Update, it takes them to a page that says
Out of Stock
The Item Widget XYZ could not be added to your order. It's not currently available with the options you selected.
The Item Widget XYZ could not be added to your order. It's not currently available with the options you selected.
Customer adds 3 to cart, no product is added to the cart, and a pop-up appears
Sorry, we don't have enough of the quantity you requested. Please try again.
Comment