Updated Release Testing Instructions WooCommerce 4.5 (markdown)

Julia Amosova 2020-08-18 12:32:11 -04:00
parent 4c6642e91e
commit bebfdc6f2f
1 changed files with 31 additions and 1 deletions

@ -310,4 +310,34 @@ To test:
- Create a manual order and click on the button to add products to it.
- Search for parent SKU. Confirm that the variation without the SKU will show up in the results.
- Search for variation SKU and confirm that the variation with the SKU will show up in the results.
- Search for variation SKU and confirm that the variation with the SKU will show up in the results.
***
### Order details page not displaying variation/attribute name
https://github.com/woocommerce/woocommerce/pull/27115
To test:
- Create a variable product with 1 variation.
- Create a variable product with 2 variations.
- Create a variable product with 3 variations.
- Create a variable product with 4 variations.
If you don't want to spend time creating these products, you can download [this CSV file that has 4 variable products for testing](https://cloudup.com/cEATQ63Z046) and import it to your site.
- Place an order for the 4 products above on the site.
- Confirm that when you add products to cart, the variations you selected are visible there:
- Products with 1 and 2 variations should have the names of the variations listed **next** to the product name;
- Products with 3 and 4 variations should have the names of the variations listed **under** the product name.
![](https://cldup.com/NflQXIMKJz.jpg)
- Place an order and navigate to the order page in the back end.
- Confirm that on the order page, the variations you selected are visible there in the same way they are visible in the cart:
- Products with 1 and 2 variations should have the names of the variations listed **next** to the product name;
- Products with 3 and 4 variations should have the names of the variations listed **under** the product name.
![](https://cldup.com/1B6pYmX2DP.jpg)