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.
Copy file name to clipboardExpand all lines: docs/internal-developers/testing/releases/810.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,16 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
9
9
1. Activate a block theme, like Twenty Twenty-Two.
10
10
2. Open the Appearance > Editor (Beta).
11
11
3. Using the dropdown arrow next to the Template name, select the Browse all templates button.
12
-
4. Confirm the updated WooCommerce templates' descriptions.
12
+
4. Confirm the following updated WooCommerce templates' descriptions:
13
+
- Single Product: Displays a single product.
14
+
- Product Catalog: Displays your products.
15
+
- Products by Category: Displays products filtered by a category.
16
+
- Products by Tag: Displays products filtered by a tag.
17
+
- Product Search Results: Displays search results for your store.
13
18
14
19
### Add filter URL support to filter blocks when filtering for All Products block. ([6642](https://github.com/woocommerce/woocommerce-blocks/pull/6642))
15
20
16
-
For each filter block, ensure:
21
+
For each filter block (by Price, by Attribute, by Stock and Active filters) ensure:
17
22
18
23
1. No regression when used with PHP templates.
19
24
2. The URL is updated when checking or unchecking filters.
0 commit comments