2.3 KiB
2.3 KiB
Testing notes and ZIP for release 7.7.0
Zip file for testing: woocommerce-gutenberg-products-block.zip
Feature plugin and package inclusion in WooCommerce
Add the Fixed image
and Repeated image
media controls to the Featured Product block. (6344)
- Create a new page and add a
Featured Product
. - On the block settings go to
Media Settings
and toggleFixed image
andRepeated image
and save. - Check the rendered product on the frontend is correct and matches the one on the edit page.
- Edit the block again, repeat the steps above with different combinations on
Fixed image
,Repeated image
and any other configuration.
Remove bold styles from All Products block. (6436)
Before | After |
---|---|
- Create a post or page and add the All Products block. Optionally, edit the inner blocks and add the Product Summary inner block (this will make the issue more visible).
- Preview the post in the frontend.
- Verify product price and product summary are not bold.
- Verify there are no regressions in the All Products block and in the Shop page.
Fix an issue where the Cart & Checkout could have some of the locked inner blocks removed. (6419)
- Install WordPress beta tester plugin and update to WP 6.0.
- Go to the Cart page in the editor.
- Click on list view.
- Try to unlock every inner block with a padlock icon next to it. This should not be possible.
- Try to delete any of the inner blocks with a padlock next to it. This should not be possible.
- Go to the Checkout page in the editor.
- Try to unlock every inner block with a padlock icon next to it (except Order Note block, this is locked for moving, but not for removing). This should not be possible.
- Try to delete any of the inner blocks with a padlock next to it. This should not be possible.