Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit deb1e29

Browse files
author
Tarun Vijwani
committed
Fix developer testing instruction for 10773 PR
- remove instructions to force migrate the templates.
1 parent e7c0454 commit deb1e29

File tree

1 file changed

+1
-10
lines changed
  • docs/internal-developers/testing/releases

1 file changed

+1
-10
lines changed

docs/internal-developers/testing/releases/1120.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,7 @@ Before testing, take note of the frontend appearance of the cart/checkout pages.
127127

128128
1. Create a fresh instance of JN with previous version of Woocommerce blocks and save some customisations to your cart/checkout page tenplates.
129129
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:
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

0 commit comments

Comments
 (0)