Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 2.06 KB

File metadata and controls

37 lines (23 loc) · 2.06 KB

📣 Announcement: New documentation location

The documentation for WooCommerce Blocks has moved to the WooCommerce monorepo.

Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.


Testing notes and ZIP for release 10.4.6

Zip file for testing: woocommerce-gutenberg-products-block.zip

WooCommerce Core

Product Filters > Fix Performance issue and Fatal error on stores with a high volume of products #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).
Screenshot 2023-07-13 at 20 09 31
  1. Save the post and go to the front-end
  2. 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

  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.