Updated Release Testing Instructions WooCommerce 4.8 (markdown)

Tam Mullen 2020-11-17 19:28:41 +00:00
parent 393f385148
commit 54d39c4ed7
1 changed files with 7 additions and 1 deletions

@ -108,5 +108,11 @@ This issue is related to the deployment of a site using Beanstalk and it is not
5. See that no inventory is restocked - expected
6. Place the order On Hold or in some other status that allows editing
7. Remove the line item from the order
8. See that the inventory is restocked x 2 based on that removal
8. Without the fix we saw that the inventory is restocked x 2 based on that removal, we should now see inventory only update with the amount removed in the line item.
### Hide add to cart button if all products in group are out of stock [(28169)](https://github.com/woocommerce/woocommerce/pull/28169)
1. Create a grouped product and add several products to it.
2. Make sure the linked products have manage stock enabled and set to zero stocks for all of them.
3. Go to the grouped product page and ensure the add to cart button no longer displays when all linked products are out of stock.