From 25a3ea676723364308f0a1635431102b1d32313f Mon Sep 17 00:00:00 2001 From: Tam Mullen Date: Tue, 29 Sep 2020 21:20:08 +0100 Subject: [PATCH] Updated Release Testing Instructions WooCommerce 4.6 (markdown) --- Release-Testing-Instructions-WooCommerce-4.6.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Release-Testing-Instructions-WooCommerce-4.6.md b/Release-Testing-Instructions-WooCommerce-4.6.md index fcd12db..71a38fd 100644 --- a/Release-Testing-Instructions-WooCommerce-4.6.md +++ b/Release-Testing-Instructions-WooCommerce-4.6.md @@ -5,7 +5,7 @@ WooCommerce 4.6 includes: - [WCA - Mobile App Banner for iOS and Android](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.6#mobile-app-banner-for-ios-and-android) - [WCA - Free Shipping Setup in Onboarding](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.6#free-shipping-setup-in-onboarding) - [Updates to WooCommerce Product Blocks](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.6#updates-to-woocommerce-product-blocks) -- [WooCommerce Core Bug Fixes TBD:](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.6#woocommerce-core-bug-fixes) +- [WooCommerce Core Bug Fixes:](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.6#woocommerce-core-bug-fixes) - [PayPal Gateway - protect code against a fatal error if WooCommerce is unable to communicate with PayPal](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.6#paypal-gateway---protect-code-against-a-fatal-error-if-woocommerce-is-unable-to-communicate-with-paypal) - [Using tax classes with some non-ASCII characters](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.6#using-tax-classes-with-some-non-ascii-characters) @@ -111,3 +111,8 @@ To test: 1. In the "General" tab, go to the "Tax class" field and select the class you created above. 1. Save/Update the product. 1. When the page reloads, observe that the Tax class is set to the one we created as hasn't changed to `Standard` or any other class. + +### Adding a grouped product to the cart, quantity is processed same as for simple and variable products +https://github.com/woocommerce/woocommerce/pull/27219 +This is a fix that makes grouped products quantity behavior consistent with simple and variable products when adding to cart. +To test this make sure grouped products can be added to cart with no issues.