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/1154.md
+8
Original file line number
Diff line number
Diff line change
@@ -62,3 +62,11 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
62
62
</td>
63
63
</tr>
64
64
</table>
65
+
66
+
#### Enabled the new blockified Order Confirmation by default for block-based themes. ([#11615](https://github.com/woocommerce/woocommerce-blocks/pull/11615))
67
+
68
+
1. On a brand new WC installation enable a block based theme (eg TT3)
69
+
2. Place a test order
70
+
3. Verify the Thank you page displayed after placing an order renders the new blockified Order Confirmation (see attached printscreen)
71
+
4. Change the website language. Repeat steps 2 & 3 and verify that the headings get properly translated.
72
+
5. Go to Appearance > Site Editor > Templates > Manage all templates. Verify that the blockified Order Confirmation displays properly, saving changes work and they get reflected on a new order.
Copy file name to clipboardExpand all lines: readme.txt
+1
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
90
90
- Fix Classic Cart/Checkout styling on non-cart and checkout pages. [#11694](https://github.com/woocommerce/woocommerce-blocks/pull/11694)
91
91
- Fix double border in cart and notes field width on mobile. [11742](https://github.com/woocommerce/woocommerce-blocks/pull/11742)
92
92
- Ensure that incompatible notices are displayed in Safari. [#11736](https://github.com/woocommerce/woocommerce-blocks/pull/11736)
93
+
- Enabled the new blockified Order Confirmation by default for block-based themes. [#11615](https://github.com/woocommerce/woocommerce-blocks/pull/11615)
0 commit comments