1.1 KiB
1.1 KiB
Testing notes and ZIP for release 11.5.1
Zip file for testing: woocommerce-gutenberg-products-block.zip
WooCommerce Core
Bug Fixes
Fix Single Product Classic Template block not showing on the front-end. 11455
- Enable WordPress 6.4.
- Enable a block theme.
- Go to Site Editor → Single Product template.
- Remove the blockified template and add the “Classic Template” block.
- Save and check the front-end.
- Check that the template is correctly rendered on the front-end.
Add protection against wrong params in get_block_template_fallback(). 11690
- Go to a Product Category page in the frontend (ie:
/product-category/clothing/accessories/
). - Verify it's displayed with the Product Catalog template.
- Go to Appearance > Editor > Templates > Product Catalog and make some edits.
- Go again to the Product Category page in the frontend and verify the changes are applied there as well.