title | issue | author | author_email | author_github |
---|---|---|---|---|
Add min order quantity error |
NEXT-19840 |
Nils Evers |
NilsEvers |
- Added class
Shopware\Core\Content\Product\Cart\MinOrderQuantityError
. - Changed method
Shopware\Core\Content\Product\Cart\ProductCartProcessor::validateStock()
to add an error to the cart when the quantity is modified to match the products min order quantity.