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

Latest commit

 

History

History
30 lines (19 loc) · 1.6 KB

File metadata and controls

30 lines (19 loc) · 1.6 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 5.7.2

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

Feature plugin and package inclusion in WooCommerce

Fix infinite recursion when removing an attribute filter from the Active filters block (4816)

  1. Insert All Products, Filter Products by Attribute, and Active Filter blocks into a page.
  2. Save and publish the page.
  3. View the page on the frontend.
  4. Apply a filter for any attribute so that the product list is filtered and the active filters block shows the filter you just added.
  5. Verify you can remove applied attribute filters either using the cross icon next to each filter, or pressing the "Clear All" link.

Fix Product Search block displaying incorrectly (4740)

With Storefront active:

  1. Add the Product Search block to a page.
  2. Save and publish the page.
  3. View the page on the frontend.
  4. The search block should be shown full width, with a gap between the search input and the button.