From fadb67adc14f409b7c420a018709aa88f6184ff3 Mon Sep 17 00:00:00 2001 From: Tam Mullen Date: Mon, 26 Jul 2021 19:17:56 +0100 Subject: [PATCH] Updated Release Testing Instructions WooCommerce 5.6 (markdown) --- ...ase-Testing-Instructions-WooCommerce-5.6.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Release-Testing-Instructions-WooCommerce-5.6.md b/Release-Testing-Instructions-WooCommerce-5.6.md index 57f959e..c100c76 100644 --- a/Release-Testing-Instructions-WooCommerce-5.6.md +++ b/Release-Testing-Instructions-WooCommerce-5.6.md @@ -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