Updated Release Testing Instructions WooCommerce 5.9 (markdown)
parent
80bca541a4
commit
a0690c4de3
|
@ -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)
|
||||
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
|
||||
|
||||
<img width="1393" alt="Screen Shot 2021-09-30 at 11 07 48" src="https://user-images.githubusercontent.com/15897544/135419832-fc04a96f-7281-4f94-85e7-4da6731d57ff.png">
|
||||
|
||||
### [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.
|
||||
|
|
Loading…
Reference in New Issue