From a0690c4de36dda2ac20b2c1e247d941db515c221 Mon Sep 17 00:00:00 2001 From: Tam Mullen Date: Mon, 18 Oct 2021 22:56:36 +0100 Subject: [PATCH] Updated Release Testing Instructions WooCommerce 5.9 (markdown) --- ...se-Testing-Instructions-WooCommerce-5.9.md | 46 ++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/Release-Testing-Instructions-WooCommerce-5.9.md b/Release-Testing-Instructions-WooCommerce-5.9.md index 633837c..ac8d317 100644 --- a/Release-Testing-Instructions-WooCommerce-5.9.md +++ b/Release-Testing-Instructions-WooCommerce-5.9.md @@ -87,4 +87,48 @@ add_action('woocommerce_init', function() { * 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 -4. Delete the lookup table (from the WooCommerce > Status > Tools page) \ No newline at end of file +4. Delete the lookup table (from the WooCommerce > Status > Tools page) + +### [Text to be displayed when invalid data is entered into search input field and no search results are found #30641](https://github.com/woocommerce/woocommerce/pull/30641) + +1. Go to WooCommerce -> Marketplace. +1. Search for non existing product in search field. +1. Screen displays Sorry, could not find anything. Try searching again using a different term. + +### [Add ratings, reviews and icons into Marketplace's Product Cards #30840](https://github.com/woocommerce/woocommerce/pull/30840) + +2. Go to _WooCommerce > Marketplace_ +3. Search for "memberships" +4. Ensure you see products like _WooCommerce Memberships_ that contain: + - icon (instead of a product image), + - developed by ... (with a link to a vendor page on WooCommerce.com) + - average rating represented as stars + - number of reviews left by customers + +Screen Shot 2021-09-30 at 11 07 48 + +### [Reduce Storefront banner width #30882](https://github.com/woocommerce/woocommerce/pull/30882) + +2. Go to _WooCommerce > Marketplace_ +4. Go to the bottom of the page +5. Confirm the Storefront banner isn't full width anymore and displays nicely +![](https://d.pr/i/NTpAhX+) +6. Confirm links to Storefront still work +7. Confirm the display is OK on large and small devices + +### [Revamp Featured page in WooCommerce Marketplace #30900](https://github.com/woocommerce/woocommerce/pull/30900) + +2. Open WP Admin > WooCommerce > Marketplace page, make sure that you are viewing the "Featured" section +3. You should see something similar to the image below: +![image](https://user-images.githubusercontent.com/15897544/136460277-195c6afc-c655-4973-9adb-d8954264021b.png) + +4. Try extensions search (e.g. via typing "memberships"), the page should look as expected + + +### [In-App Marketplace Category Banners #30938](https://github.com/woocommerce/woocommerce/pull/30938) + + +2. Ensure your store country is set to US `WooCommerce -> Settings` +3. In WP-Admin visit `WooCommerce -> Marketplace` and verify products are still shown +4. Now navigate to the Payments category in `WooCommerce -> Marketplace` and verify the WC Payments banner is displayed above the products, if you have WC Payments installed it should not show so test with the plugin activated and deactivated. +5. Now navigate to the Shipping category in `WooCommerce -> Marketplace` and verify the WC Services banner is displayed above the products, if you have WC Services installed already it should not show so test with the plugin activated and deactivated.