1.4 KiB
1.4 KiB
Testing notes and ZIP for release 8.7.2
Zip file for testing: woocommerce-gutenberg-products-block.zip
Feature plugin and package inclusion in WooCommerce
Fixed a problem where Custom Order Tables compatibility declaration could fail due to the unpredictable plugin order load (7395)
User Facing Testing
- Refer to High Performance Order Storage Upgrade Recipe Book on how to enable HPOS
- Ensure no incompatibility warnings are displayed regarding the Blocks plugin
Refactor useCheckoutAddress hook to enable "Use same address for billing" option in Editor (7393)
User Facing Testing
- Go to
wp-admin/admin.php?page=wc-settings&tab=shipping§ion=options
page. - Enable the
Force shipping to the customer billing address
option and save the changes. - Go to Checkout block Editor, and confirm
Use same address for billing
toggle is working as expected. - Go to the Checkout block front-end, and confirm shipping address form is not visible.
- Change the billing address, confirm the shipping address in the order summary gets changed, and shipping methods are updated.