30 lines
1.7 KiB
Markdown
30 lines
1.7 KiB
Markdown
# Testing notes and ZIP for release 10.4.6
|
|
|
|
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/12072230/woocommerce-gutenberg-products-block.zip)
|
|
|
|
## WooCommerce Core
|
|
|
|
### Product Filters > Fix Performance issue and Fatal error on stores with a high volume of products [#10198](https://github.com/woocommerce/woocommerce-blocks/pull/10198)
|
|
|
|
1. Make sure you have products in your store with attributes and stock status (You can do so by simply importing the sample products from the core of Woo).
|
|
2. Create a new post.
|
|
3. Insert the Products (Beta) block.
|
|
4. Insert the Filter by Attribute, Filter by Stock and Filter by Price
|
|
5. Make sure all filters have the "Display product count" setting enabled (it is disabled by default).
|
|
|
|
<img width="309" alt="Screenshot 2023-07-13 at 20 09 31" src="https://github.com/woocommerce/woocommerce-blocks/assets/15730971/749275ca-94f9-4990-99f2-f302aaa4aab0">
|
|
|
|
6. Save the post and go to the front-end
|
|
7. Make sure you can use all filters as expected and without any problems/errors: the product counts should match the number of existing products in the store with the filtered criteria, not just what is displayed on the page.
|
|
|
|
### Stop reading Product IDs from asset store in filter blocks [#10195](https://github.com/woocommerce/woocommerce-blocks/pull/10195)
|
|
|
|
1. Go to Editor
|
|
2. Add Filters pattern
|
|
3. Add Products (Beta) block
|
|
4. Save and go to frontend
|
|
5. Play around with filters
|
|
|
|
Expected: Make sure you can use all filters as expected and without any problems/errors: the product counts should match the number of existing products in the store with the filtered criteria, not just what is displayed on the page.
|
|
|