Updated Release Testing Instructions WooCommerce 4.8 (markdown)
parent
393f385148
commit
54d39c4ed7
|
@ -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
|
5. See that no inventory is restocked - expected
|
||||||
6. Place the order On Hold or in some other status that allows editing
|
6. Place the order On Hold or in some other status that allows editing
|
||||||
7. Remove the line item from the order
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue