You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/internal-developers/testing/releases/872.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,13 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
10
10
11
11
1. Refer to [High Performance Order Storage Upgrade Recipe Book](https://github.com/woocommerce/woocommerce/wiki/High-Performance-Order-Storage-Upgrade-Recipe-Book) on how to enable HPOS
12
12
2. Ensure no incompatibility warnings are displayed regarding the Blocks plugin
13
+
14
+
### Refactor useCheckoutAddress hook to enable "Use same address for billing" option in Editor ([7393](https://github.com/woocommerce/woocommerce-blocks/pull/7393))
15
+
16
+
#### User Facing Testing
17
+
18
+
1. Go to `wp-admin/admin.php?page=wc-settings&tab=shipping§ion=options` page.
19
+
2. Enable the `Force shipping to the customer billing address` option and save the changes.
20
+
3. Go to Checkout block Editor, and confirm `Use same address for billing` toggle is working as expected.
21
+
4. Go to the Checkout block front-end, and confirm shipping address form is not visible.
22
+
5. Change the billing address, confirm the shipping address in the order summary gets changed, and shipping methods are updated.
Copy file name to clipboardExpand all lines: readme.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
85
85
#### Bug Fixes
86
86
87
87
- Fixed a problem where Custom Order Tables compatibility declaration could fail due to the unpredictable plugin order load. ([7395](https://github.com/woocommerce/woocommerce-blocks/pull/7395))
88
+
- Refactor useCheckoutAddress hook to enable "Use same address for billing" option in Editor ([7393](https://github.com/woocommerce/woocommerce-blocks/pull/7393))
0 commit comments