The documentation for WooCommerce Blocks has moved to the WooCommerce monorepo.
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
Zip file for testing: woocommerce-gutenberg-products-block.zip
Fixed a problem where Custom Order Tables compatibility declaration could fail due to the unpredictable plugin order load (7395)
- 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)
- 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.