Updated Release Testing Instructions WooCommerce 5.6 (markdown)
parent
c0108ab5b5
commit
73c96cf9c2
|
@ -230,6 +230,23 @@ When using the testing instructions below, test only those cases presented in th
|
||||||
|
|
||||||
## WooCommerce Core Updates:
|
## WooCommerce Core Updates:
|
||||||
|
|
||||||
|
### 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.
|
||||||
|
![](https://user-images.githubusercontent.com/937723/124109557-90c13580-da67-11eb-8d17-50fd348455eb.png)
|
||||||
|
4. 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
|
||||||
|
|
||||||
### Fixing batch export limitations #29749
|
### Fixing batch export limitations #29749
|
||||||
|
|
||||||
#### Check fix
|
#### Check fix
|
||||||
|
|
Loading…
Reference in New Issue