Updated Release Testing Instructions WooCommerce 5.6 (markdown)

Tam Mullen 2021-07-26 19:17:56 +01:00
parent f607f82d86
commit fadb67adc1
1 changed files with 10 additions and 8 deletions

@ -239,20 +239,22 @@ When using the testing instructions below, test only those cases presented in th
### Sync the product attributes lookup table on product creation/change/deletion #30041
1. Trash a variable product
2. Go to WooCommerce - Settings - Products - Advanced.
3. Check the "Enable table usage" option and save changes.
1. Setup some additional products, use this csv file https://raw.githubusercontent.com/woocommerce/woocommerce/dbac025535e29f5f67bdd96ba256ca4531662b4e/DATA_FOR_POC/FilterByAttributeUsingLookup_Products.csv
2. Trash a variable product
3. Go to WooCommerce - Settings - Products - Advanced.
4. Check the "Enable table usage" option and save changes.
![](https://user-images.githubusercontent.com/937723/124109557-90c13580-da67-11eb-8d17-50fd348455eb.png)
4. Create/delete/modify products and variations as follows
5. Create/delete/modify products and variations as follows
* A new product is created
* A new variation is added to a product
* A product or variation that had been trashed previously is untrashed
* The product visibility changes to "search" or "hidden"
* The attributes for a product change, this includes:
** New attributes are added or deleted for a product
** Terms are added or removed from the attribute definition for a product
** The attribute changes between "used for variations" and not
** The attributes for a variation change
* New attributes are added or deleted for a product
* Terms are added or removed from the attribute definition for a product
* The attribute changes between "used for variations" and not
* The attributes for a variation change
### Fixing batch export limitations #29749