Updated Release Testing Instructions WooCommerce 4.6 (markdown)
parent
48f80a6473
commit
25a3ea6767
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue