Hello,
Version 9.13.11
Our test site - https://dev-swiftrizzo.mydwsite1.com/cart
We have a product with:
- Never out of stock = true
- stock level = 0
We can add the product to the cart, but when trying to increase the quantity in cart, we are always reverted back to the original quantity
Example : Add 1 to cart -> try to increase the quantity in the cart to 2 -> page reloads and we end up with 1 again.
Is this the expected behaviour since the product has Never out of stock = true?
Thank you