This repository was archived by the owner on Feb 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
docs/internal-developers/testing/releases Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -127,16 +127,7 @@ Before testing, take note of the frontend appearance of the cart/checkout pages.
127127
1281281 . Create a fresh instance of JN with previous version of Woocommerce blocks and save some customisations to your cart/checkout page tenplates.
1291292 . 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:
132-
133- ``` php
134- $this->migration->wc_blocks_update_1120_rename_checkout_template();
135- $this->migration->wc_blocks_update_1120_rename_cart_template();
136- ```
137-
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.
130+ 3 . You should now see only one "Page: Checkout" template, and it should contain the customisations you previously made to checkout.
140131
141132### Fix: Password Protection not respected on single product template [ #10999 ] ( https://github.com/woocommerce/woocommerce-blocks/pull/10999 )
142133
You can’t perform that action at this time.
0 commit comments