The documentation for WooCommerce Blocks has moved to the WooCommerce monorepo.
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
Zip file for testing: woocommerce-gutenberg-products-block.zip
Fix Product Categories List display issues in WP 5.8. (4335)
- In your admin panel, install and activate the Gutenberg Plugin.
- Install the TT1 Blocks theme
- In the Admin sidebar click on to the Site Editor (beta) menu
- Add a Product Categories List block.
- Set the
Show category images
attribute to true. - Verify images have the correct size:
Before | After |
---|---|
![]() |
![]() |
- With the same theme, add the Product Categories List block to a post or page and verify there is no bottom space between the image and the border.
Before | After |
---|---|
![]() |
![]() |
Make Product Categories List links unclickable in the editor. (4339)
- Add the Product Categories List block to a post or page.
- Try to click on a Category Link.
- Verify you can't click on it and you aren't redirected to the Category page.
Load woocommerce.css in Site editor. (4345)
- Make sure you are using the latest version of WooCommerce
trunk
. - Enable a block-based theme (ie: TT1 Blocks) and Gutenberg.
- Go to the Site Editor.
- Add a Reviews block and verify rating stars are rendered correctly.
Before | After |
---|---|
![]() |
![]() |