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/830.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
7
7
### Enable the Cart and Checkout blocks when WooCommerce Blocks is bundled in WooCommerce Core. ([6805](https://github.com/woocommerce/woocommerce-blocks/pull/6805))
8
8
9
9
##### Cart Block:
10
+
10
11
1. In the Cart Block in the editor, ensure the shipping calculator is enabled.
11
12
2. Enable coupons on your site (WooCommerce -> Settings -> General -> Enable the use of coupon codes) and add one.
12
13
3. Add two shipping methods for different locations, e.g. two for USA and two for UK.
@@ -20,6 +21,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
20
21
11. If you don't, hit proceed to checkout and ensure it works correctly.
21
22
22
23
#### Checkout Block:
24
+
23
25
1. Go to WooCommerce -> Settings -> Accounts & Privacy and enable ` Allow customers to create an account during checkout` and `Allow customers to log into an existing account during checkout`.
24
26
2. Go to Checkout Block editor, select contact information block and enable `Allow shoppers to sign up for a user account during checkout`.
25
27
3. Enable the Stripe payment method, COD, and cheque.
@@ -48,12 +50,14 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
48
50
3. Open Advanced and click on "Add new rule" under Visibility
49
51
50
52
### Add feedback box to the Cart & Checkout Inner Blocks in the inspector. ([6881](https://github.com/woocommerce/woocommerce-blocks/pull/6881))
53
+
51
54
1. Go to the Cart and Checkout editor pages
52
55
2. Select the Block and each of its inner blocks. You should notice the feedback box in the inspector.
### Add notice to Cart and Checkout blocks' inspector controls which links to the list of compatible plugins. ([6869](https://github.com/woocommerce/woocommerce-blocks/pull/6869))
60
+
57
61
1. Go to the editor, insert the Checkout block.
58
62
2. Select it, verify you see the notice. Click through each and every inner block and ensure the notice displays for it.
59
63
3. Dismiss the notice, click back through the inner blocks and ensure the notice is gone. Reload the page, ensure the notice is still gone.
@@ -68,6 +72,7 @@ Verify the wording says **checkout**.
68
72
10. Add the Cart Block, ensure the same notice appears but ensure it says **cart**.
69
73
70
74
### Add the ability to register patterns by adding them under the "patterns" folder and add the new "WooCommerce Filters" pattern. ([6861](https://github.com/woocommerce/woocommerce-blocks/pull/6861))
75
+
71
76
1. Create a new page with the `All Products` block.
72
77
2. Open the block inserter, go to the patterns tab, and select the WooCommerce category from the dropdown
73
78
3. Make sure you see a pattern under that category named: `WooCommerce Filters`
@@ -77,6 +82,7 @@ Verify the wording says **checkout**.
77
82
7. Save the page and make sure all the filters are rendered on the front-end.
78
83
79
84
### Override the description to prevent infinite loop. ([6849](https://github.com/woocommerce/woocommerce-blocks/pull/6849))
85
+
80
86
1. Make sure you are using a block theme (ie: Twenty Twenty Two).
81
87
2. Go to Appearance > Editor > Templates.
82
88
3. Click on Add New and select Single Item: Product.
@@ -85,6 +91,7 @@ Verify the wording says **checkout**.
85
91
6. Visit that product page in the frontend and notice the correct product is selected.
86
92
87
93
### Update billing address when shipping address gets change in shipping calculator at Cart block. ([6823](https://github.com/woocommerce/woocommerce-blocks/pull/6823))
94
+
88
95
1. Add a product to the cart and go to the Cart block.
89
96
2. Add a new address with a valid zip code in the Shipping calculator, different from what you already used.
90
97
3. Click on the Update button and wait for the update.
@@ -94,6 +101,7 @@ Verify the wording says **checkout**.
94
101
7. Look at the Billing address form and confirm it has the same address which was selected in the shipping calculator.
95
102
96
103
### Fix: Add font-weight controls to the Mini Cart block text. ([6760](https://github.com/woocommerce/woocommerce-blocks/pull/6760))
104
+
97
105
1. Make sure you have a blocks theme active (like Twenty Twenty-Two).
98
106
2. Navigate to Appearance > Editor (Beta) and add a Mini Cart block somewhere in your site.
99
107
3. In the editor, select the Mini Cart block and, in the block settings, choose Font Weight under the Typography section.
0 commit comments