You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/10001089/woocommerce-gutenberg-products-block.zip)
4
+
5
+
## Feature plugin and package inclusion in WooCommerce
6
+
7
+
### Display correct block template when filtering by attribute. ([7640](https://github.com/woocommerce/woocommerce-blocks/pull/7640))
8
+
9
+
#### Test that #7604 has been fixed
10
+
11
+
1. Make sure you have a block theme active (like Twenty Twenty-Three).
12
+
2. Add the “Filter by Attribute” block to the “Products by Category” template (in Appearance > Site Editor).
13
+
3. Go to the front-end for a category (ie: /product-category/clothing/).
14
+
4. Select a filter.
15
+
5. Verify the query params are added to the URL and the URL stays correct.
16
+
6. Verify the loaded template is also correct (instead of rendering the “Product Catalog” template).
17
+
18
+
#### Test that there are no regressions with #6776
19
+
20
+
1. Make sure you have a block theme active (like Twenty Twenty-Three).
21
+
2. Navigate to Products > Attributes and edit an existing one or create a new one.
22
+
3. Click the Enable Archives option and save, go back.
23
+
4. Click Configure terms next to your attribute.
24
+
5. Hover over one of the terms and click the View link of one of the attributes.
25
+
6. Verify that the page is rendered with a header, a footer, and using a product grid.
0 commit comments