The MDVA-33632 Magento patch solves the issue where an exception is thrown when trying to reorder an out of stock product.
This patch is available when the Magento Quality Patch (MQP) tool 1.0.15 is installed. Please note that the issue is scheduled to be fixed in Magento version 2.4.3.
Affected products and versions
The patch is created for Magento version:
Magento Commerce Cloud 2.3.6
Compatible with Magento versions:
Magento Commerce Cloud and Magento Commerce 2.3.0 - 2.3.6-p1
Note: the patch can be applicable to other versions. To check if the patch is compatible with your Magento version, run ./vendor/bin/magento-patches status
.
Issue
Steps to reproduce:
- Create a configurable product with one option (Example: color = red) and set qty = 1.
- Create a customer, and place an order with this product, which at that moment will become qty = 0.
- Go to Admin, and try to reorder the previous order.
Expected results:
The customer gets the "This product is out of stock." message for an out of stock product, as expected.
Actual results:
The customer gets the "This product is out of stock." message, and var/log/exception.log
contains a similar exception:
[2020-12-09 00:17:36] report.CRITICAL: This product is out of stock. {"exception":"[object] (Magento\\Framework\\Exception\\LocalizedException(code: 0): This product is out of stock. at /vendor/magento/module-quote/Model/Quote.php:1711)"} []
Apply the patch
To apply individual patches use the following links depending on your Magento product:
- Magento Commerce: DevDocs Software Update Guide > Apply Patches.
- Magento Commerce Cloud: DevDocs Upgrades and Patches > Apply Patches.
Related reading
To learn more about Magento Quality Patches, refer to:
- Magento Quality Patches released: a new tool to self-serve quality patches.
- Check patch for Magento issue with Magento Quality Patches.
For info about other patches available in MQP tool, refer to the Patches available in MQP tool section.