Updated Release Testing Instructions WooCommerce 6.3 (markdown)

Tam Mullen 2022-02-15 19:43:47 +00:00
parent 2282c56daa
commit 0593d97a6c
1 changed files with 19 additions and 1 deletions

@ -281,4 +281,22 @@ Install the [Stripe Payment Method Extension](https://github.com/woocommerce/woo
---
## WooCommerce Core Updates:
### [PR Name #](https://github.com/woocommerce/woocommerce/pull/)
### Create and activate product attributes lookup table in data migration [31256](https://github.com/woocommerce/woocommerce/pull/31256)
1. Start with a site running WooCommerce 6.2.0 or older.
2. Upgrade the site to 6.3.0
3. Confirm you get a database upgrade notice and run the upgrade.
4. Go to _WooCommerce - Settings - Products - Advanced_. Confirm the "Use the product attributes lookup table for filtering" option is ticked
![](https://user-images.githubusercontent.com/937723/124109557-90c13580-da67-11eb-8d17-50fd348455eb.png)
5. Setup some additional products, use this csv file https://raw.githubusercontent.com/woocommerce/woocommerce/dbac025535e29f5f67bdd96ba256ca4531662b4e/DATA_FOR_POC/FilterByAttributeUsingLookup_Products.csv
6. Trash a variable product
7. Create/delete/modify products and variations as follows and verify that everything continues working.
* 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