1.4 KiB
1.4 KiB
Testing notes and ZIP for release 8.9.1
Zip file for testing: woocommerce-gutenberg-products-block.zip
Feature plugin and package inclusion in WooCommerce
Display correct block template when filtering by attribute. (7640)
Test that #7604 has been fixed
- Make sure you have a block theme active (like Twenty Twenty-Three).
- Add the “Filter by Attribute” block to the “Products by Category” template (in Appearance > Site Editor).
- Go to the front-end for a category (ie: /product-category/clothing/).
- Select a filter.
- Verify the query params are added to the URL and the URL stays correct.
- Verify the loaded template is also correct (instead of rendering the “Product Catalog” template).
Test that there are no regressions with #6776
- Make sure you have a block theme active (like Twenty Twenty-Three).
- Navigate to Products > Attributes and edit an existing one or create a new one.
- Click the Enable Archives option and save, go back.
- Click Configure terms next to your attribute.
- Hover over one of the terms and click the View link of one of the attributes.
- Verify that the page is rendered with a header, a footer, and using a product grid.