2022-06-09 12:43:17 +00:00
|
|
|
# Testing notes and ZIP for release 7.4.2
|
2022-04-15 13:59:15 +00:00
|
|
|
|
|
|
|
[woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-gutenberg-products-block/files/8496130/woocommerce-gutenberg-products-block.zip)
|
|
|
|
|
|
|
|
## Feature plugin and package inclusion in WooCommerce
|
|
|
|
|
|
|
|
### Fix bug with server errors not showing in Cart/Checkout. ([6268](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/6268))
|
|
|
|
|
|
|
|
#### Checkout
|
2022-06-09 12:43:17 +00:00
|
|
|
|
2022-04-15 13:59:15 +00:00
|
|
|
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
|
2022-06-09 12:43:17 +00:00
|
|
|
|
2022-04-15 13:59:15 +00:00
|
|
|
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.
|