From d3f0179f4559389a74be19767305ff841cbe7fa0 Mon Sep 17 00:00:00 2001 From: Tam Mullen Date: Tue, 28 Jul 2020 12:26:44 +0100 Subject: [PATCH] Updated Release Testing Instructions WooCommerce 4.4 (markdown) --- Release-Testing-Instructions-WooCommerce-4.4.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Release-Testing-Instructions-WooCommerce-4.4.md b/Release-Testing-Instructions-WooCommerce-4.4.md index 3688848..e0a03d7 100644 --- a/Release-Testing-Instructions-WooCommerce-4.4.md +++ b/Release-Testing-Instructions-WooCommerce-4.4.md @@ -211,5 +211,11 @@ Modify the "Kid shoes" product so that all the variations have the sport style, 6. Quick edit the product again. Select "In stock" in the stock status selector. Verify that this time the status of both variations has changed. +### 3. Limit stock changes for order items to status methods for consistency. (#[26642](https://github.com/woocommerce/woocommerce/pull/26642)) + + +1. Start creating a new order in the admin view, and add a product with managed stock. +2. Product stock will only be reduced when order is saved and moved into `processing` or `completed` status. + ***