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/1120.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,9 +79,6 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
79
79
80
80

81
81
82
-
#### Developer tests
83
-
84
-
Install a 3rd party extension which adds something to the order confirmation page. Confirm that the extension renders it's content on the new order confirmation page. You can find examples on WooComerce.com. One I tried was "Share your purchase" which appends social sharing to the confirmation page.
85
82
86
83
### Refactor Cart and Checkout Page Templates [#10773](https://github.com/woocommerce/woocommerce-blocks/pull/10773)
87
84
@@ -128,16 +125,18 @@ Before testing, take note of the frontend appearance of the cart/checkout pages.
128
125
129
126
### Developer testing
130
127
131
-
1. Go to the site editor templates section. You'll see "checkout" (your custom template) and "Page: Checkout" (the new template).
132
-
2. You need to force a migration. You can manually call in Bootstrap.php the following:
128
+
1. Create a fresh instance of JN with previous version of Woocommerce blocks and save some customisations to your cart/checkout page tenplates.
129
+
2. Install and activate the zip file for this release.
130
+
3. Go to the site editor templates section. You'll see "checkout" (your custom template) and "Page: Checkout" (the new template).
131
+
4. You need to force a migration. You can manually call in Bootstrap.php the following:
3. When you load a page it will run the above and migrate the templates. Remove the above code then go back to the site editor.
140
-
4. You should now see only one "Page: Checkout" template, and it should contain the customisations you previously made to checkout.
138
+
5. When you load a page it will run the above and migrate the templates. Remove the above code then go back to the site editor.
139
+
6. You should now see only one "Page: Checkout" template, and it should contain the customisations you previously made to checkout.
141
140
142
141
### Fix: Password Protection not respected on single product template [#10999](https://github.com/woocommerce/woocommerce-blocks/pull/10999)
143
142
@@ -314,22 +313,21 @@ To upload Woo Blocks ZIP file, you can either upgrade your WooExpress site or us
314
313
315
314
316
315
1. Create a new [JN install](https://jurassic.ninja/) with both Jetpack and Woocommerce installed and activated.
317
-
3. Install and activate WooCommerce Blocks from this zip file: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/12598602/woocommerce-gutenberg-products-block.zip)
318
316
319
-
5. In your wp-admin, you should see the following section for Jetpack:
317
+
2. In your wp-admin, you should see the following section for Jetpack:
320
318
321
319
<imgwidth="1803"alt="Screenshot 2023-09-11 at 18 55 38"src="https://github.com/woocommerce/woocommerce-blocks/assets/15730971/fc804759-f724-4fa2-829d-7bfd441962ec">
322
320
323
-
6. Click on "Set up Jetpack" and make sure the connection is successful:
321
+
3. Click on "Set up Jetpack" and make sure the connection is successful:
324
322
325
323
<imgwidth="1994"alt="Screenshot 2023-09-11 at 18 58 30"src="https://github.com/woocommerce/woocommerce-blocks/assets/15730971/661ee4c5-a0ac-40fd-9e5e-835a0e4c1cb7">
326
324
327
325
328
-
7. Using [Postman](https://www.postman.com/) or any other equivalent app, make a POST request to the following endpoint: `wp-json/wc/store/patterns` (e.g. `https://outside-dwelling.jurassic.ninja/wp-json/wc/store/patterns`). Since you are not authenticated, you should get the following error:
326
+
4. Using [Postman](https://www.postman.com/) or any other equivalent app, make a POST request to the following endpoint: `wp-json/wc/store/patterns` (e.g. `https://outside-dwelling.jurassic.ninja/wp-json/wc/store/patterns`). Since you are not authenticated, you should get the following error:
329
327
330
328
<imgwidth="748"alt="Screenshot 2023-09-13 at 16 25 45"src="https://github.com/woocommerce/woocommerce-blocks/assets/15730971/fee21120-392a-4c7f-abe7-e70a3999ff32">
331
329
332
-
8. Now, we need to make sure the request works for admin users: you can do so by adding your credentials via Postman directly or, alternatively:
330
+
5. Now, we need to make sure the request works for admin users: you can do so by adding your credentials via Postman directly or, alternatively:
333
331
334
332
- From your admin screen, click on Tools > Plugin editor:
0 commit comments