From 13943be65ecf5d8e073534e56f1aaf0adf0f11cd Mon Sep 17 00:00:00 2001 From: rodelgc Date: Fri, 26 Aug 2022 17:05:25 +0800 Subject: [PATCH] Updated Release Testing Instructions WooCommerce 6.9 (markdown) --- Release-Testing-Instructions-WooCommerce-6.9.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Release-Testing-Instructions-WooCommerce-6.9.md b/Release-Testing-Instructions-WooCommerce-6.9.md index 4d5e481..1897d9d 100644 --- a/Release-Testing-Instructions-WooCommerce-6.9.md +++ b/Release-Testing-Instructions-WooCommerce-6.9.md @@ -841,8 +841,7 @@ Create an order in WP Admin: ### Fix/33253 fix order number in notice [#33802](https://github.com/woocommerce/woocommerce/pull/33802) 1. Setup a WooCommerce store with one product -2. Make a large number of orders (at least 9999). You may use the WooCommerce Smooth Generator to generate these. -3. Mark all orders as "completed" +2. Navigate to `/wp-admin/edit.php?post_type=shop_order&paged=1&bulk_action=marked_completed&changed=9999` 4. Check the notice message. The order count will reflect correctly in the notice: 33253-order-count-fix