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

Latest commit

 

History

History
29 lines (18 loc) · 1.28 KB

File metadata and controls

29 lines (18 loc) · 1.28 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 7.4.2

woocommerce-gutenberg-products-block.zip

Feature plugin and package inclusion in WooCommerce

Fix bug with server errors not showing in Cart/Checkout. (6268)

Checkout

  1. Create a Simple Product that is in stock.
  2. Add it to the cart.
  3. Navigate to the checkout block.
  4. Change the stock status to "Out of stock" and place the order. Ensure an error notice appears at the top of the Checkout block.

Cart

  1. Create a Simple Product that is in stock.
  2. Add it to the cart.
  3. Change the stock status to "Out of stock" and refresh the page.
  4. Ensure a notice informing the customer that there is an out of stock product in the cart appears at the top of the block.