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

Latest commit

 

History

History
50 lines (34 loc) · 5.17 KB

File metadata and controls

50 lines (34 loc) · 5.17 KB

📣 Announcement: New documentation location

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.


Testing notes and ZIP for release 5.3.1

Zip file for testing: woocommerce-gutenberg-products-block.zip

Feature plugin and package inclusion in WooCommerce core

Fix Product Categories List display issues in WP 5.8. (4335)

  1. In your admin panel, install and activate the Gutenberg Plugin.
  2. Install the TT1 Blocks theme
  3. In the Admin sidebar click on to the Site Editor (beta) menu
  4. Add a Product Categories List block.
  5. Set the Show category images attribute to true.
  6. Verify images have the correct size:
Before After
Screenshot of Products Categories List rendering huge images Screenshot of Products Categories List rendering images of the correct size
  1. 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
Screenshot of Products Categories List images having a border offset Screenshot of Products Categories List images without the border offset

Make Product Categories List links unclickable in the editor. (4339)

  1. Add the Product Categories List block to a post or page.
  2. Try to click on a Category Link.
    Scheenshot of pointer cursor over a category name
  3. Verify you can't click on it and you aren't redirected to the Category page.

Load woocommerce.css in Site editor. (4345)

  1. Make sure you are using the latest version of WooCommerce trunk.
  2. Enable a block-based theme (ie: TT1 Blocks) and Gutenberg.
  3. Go to the Site Editor.
  4. Add a Reviews block and verify rating stars are rendered correctly.
Before After
Screenshot where rating stars are replaced by S Schreenshot where rating stars are rendered correctly