4.4 KiB
4.4 KiB
Testing notes and ZIP for release 10.6.2
Zip file for testing: woocommerce-gutenberg-products-block.zip
WooCommerce Core
Fix: WooCommerce Blocks causing malfunction of the navigation block on WordPress 6.3. #10388
- Ensure you have a local install up and running with the release candidate version of WordPress 6.3. You can do so by downloading it via WP-CLI:
wp core update --version=6.3-RC1 --force
followed bywp core update-db
. Alternatively, you can also download the zip for the release over here. - Ensure you have a block theme enabled such as Twenty-Twenty Three
- Create a new post
- Insert the navigation block
- Make sure you can correctly preview it without any problems, as demonstrated in the screenshot in the description of this PR.
- Now head over to Appearence > Editor > Templates > Product Catalog and edit it.
- If you are seeing the "WooCommerce Product Grid Block", click on "Transform into blocks":
- Now, on the sidebar, click on Template and ensure the "Revert to classic template" button is visible (as demonstrated on the screenshot in the description of this PR).
- Click on "Revert to classic template" button and make sure everything works as expected: the product blocks should be replaced with the "WooCommerce Product Grid Block".
Check if WordPress version is higher than 6.2.2 to make Products block compatible with Gutenberg 16+. #10360
Before - no layout option is chosen, which defaults to list | After - grid option is chosen by default |
---|---|
Check below steps in following configurations:
- WordPress 6.2:
- Gutenberg 16 enabled
- Gutenberg 16 disabled
- WordPress 6.3:
- Gutenberg 16 enabled
- Gutenberg 16 disabled
- Create new post
- Add Products (Beta) block
- Expected: It has grid layout applied by default
Render Checkout/Cart containing pages without template overriding. #10359
- Create a page/post with cart or checkout shortcodes, and save it with a different slug from the ones in WooCommerce > Advanced screen.
- Add extra test content.
- On the store, accessing the page/post will render it properly. Accessing the cart/checkout endpoints presented on WooCommerce > Advanced screen
Remove opinionated styles from Product Hero pattern. #10255
- In the post editor or the site editor, add the Product Hero pattern.
- Verify it looks like the After patterns in screenshot below (styles adapt to the theme) and it matches the design (see https://github.com/woocommerce/woocommerce-blocks/issues/10216).
Desktop | Mobile |
---|---|
Per block stylesheets. #9831
- Create a post or page and add the All Products block. Verify styles are loaded correctly.
- Visit the page in the frontend and verify styles are loaded correctly in the frontend as well.
- Repeat steps 1 and 2 with all blocks listed on this page. Make sure to test each block individually. So, when possible, try with only one block on the page (in some cases, that's not possible, ie: filter blocks, in that case, try with as few blocks as possible on the page). The reason is that we want to make sure each block includes the style dependencies that it needs, so they need to be tested in isolation, otherwise styles from other blocks might leak into other blocks and "help fix issues".