Updated Release Testing Instructions WooCommerce 6.0 (markdown)
parent
73ab880e08
commit
a8b8b13edd
|
@ -9,7 +9,7 @@ WooCommerce 6.0 includes:
|
|||
|
||||
Note that this release contains an ExPlat Experiment on the Task List. You may randomly be selected to view an updated Task List UI.
|
||||
|
||||
### Only load default tasks during REST requests #7904
|
||||
### [Only load default tasks during REST requests #7904](https://github.com/woocommerce/woocommerce/issues/7904)
|
||||
|
||||
**Smoke testing**
|
||||
|
||||
|
@ -26,7 +26,7 @@ Note that this release contains an ExPlat Experiment on the Task List. You may r
|
|||
4. Navigate to a core WC page (like Orders or Products)
|
||||
5. Note the highest is not stemming from the order counts query in the task list
|
||||
|
||||
### Add Avalara to tax task #7874
|
||||
### [Add Avalara to tax task #7874](https://github.com/woocommerce/woocommerce/issues/7874)
|
||||
|
||||
**Avalara supported, WooCommerce Tax supported**
|
||||
|
||||
|
@ -80,7 +80,7 @@ Note that this release contains an ExPlat Experiment on the Task List. You may r
|
|||
---
|
||||
## WooCommerce Core Updates:
|
||||
|
||||
### Remove the need to invoke `LookupDataStore->show_feature()` to use the product attributes lookup table [#31228](https://github.com/woocommerce/woocommerce/pull/31228)
|
||||
### [Remove the need to invoke `LookupDataStore->show_feature()` to use the product attributes lookup table #31228](https://github.com/woocommerce/woocommerce/pull/31228)
|
||||
|
||||
1. Go to the _WooCommerce - Status - Tools_ page. Verify that **without** adding the snippet mentioned [here](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-5.9#setup-the-product-attributes-lookup-table-feature-prerequisite-for-testing), you will see a new tool with the title "Create and fill product attributes lookup table":
|
||||
|
||||
|
@ -94,7 +94,7 @@ Note that this release contains an ExPlat Experiment on the Task List. You may r
|
|||
|
||||
![](https://user-images.githubusercontent.com/937723/125607277-b5a9d837-0779-423c-b276-0e1429518f2a.png)
|
||||
|
||||
5. Go to _WooCommerce - Settings - Products - Advanced_. Mark the "Use the product attributes lookup table for filtering" option and save.
|
||||
4. Go to _WooCommerce - Settings - Products - Advanced_. Mark the "Use the product attributes lookup table for filtering" option and save.
|
||||
|
||||
![](https://user-images.githubusercontent.com/937723/124109557-90c13580-da67-11eb-8d17-50fd348455eb.png)
|
||||
|
||||
|
@ -114,7 +114,7 @@ Note that this release contains an ExPlat Experiment on the Task List. You may r
|
|||
* The attributes for a variation change
|
||||
4. Delete the lookup table (from the WooCommerce > Status > Tools page)
|
||||
|
||||
### Set autocomplete off in cart quantity input field to show actual value. [#31196](https://github.com/woocommerce/woocommerce/pull/31196)
|
||||
### [Set autocomplete off in cart quantity input field to show actual value. #31196](https://github.com/woocommerce/woocommerce/pull/31196)
|
||||
|
||||
Please test using Firefox.
|
||||
|
||||
|
@ -123,28 +123,28 @@ Please test using Firefox.
|
|||
3. In a separate tab, visit the product page and add the product to your cart again. This must be the same product (and, if applicable, the same variation) you previously modified.
|
||||
4. Refresh the original tab. The cart should now have updated totals reflecting the action taken in step 3. The quantity input will also be correct if this patch is applied. Without this patch, you will still see the old quantity value.
|
||||
|
||||
### Add Product Reviews filter for `review` comment type. [#31004](https://github.com/woocommerce/woocommerce/pull/31004)
|
||||
### [Add Product Reviews filter for `review` comment type. #31004](https://github.com/woocommerce/woocommerce/pull/31004)
|
||||
|
||||
1. Add several reviews to several products.
|
||||
1. View the WordPress comments page
|
||||
1. See filter for Product Reviews
|
||||
1. Filter to just reviews.
|
||||
|
||||
### Store WC_Rate_Limit Entries in a Custom Table [#30960](https://github.com/woocommerce/woocommerce/pull/30960)
|
||||
### [Store WC_Rate_Limit Entries in a Custom Table #30960](https://github.com/woocommerce/woocommerce/pull/30960)
|
||||
|
||||
1. Go to the My Account page
|
||||
1. Add a payment method
|
||||
1. Immediately attempt to add another payment method
|
||||
1. Verify the error that you "tried too soon"
|
||||
|
||||
### Fixes #30400 by multiplying refund values by -1 [#30957](https://github.com/woocommerce/woocommerce/pull/30957)
|
||||
### [Fixes #30400 by multiplying refund values by -1 #30957](https://github.com/woocommerce/woocommerce/pull/30957)
|
||||
|
||||
1. Go to Products > Add New, and create any type of product but with a negative price, ex: -0.00
|
||||
1. Go to Orders > Add Order, and create a new order with the previous negative-priced product
|
||||
1. Once the Order is generated, go to the Order and attempt to refund it
|
||||
1. See how the refund appears as 0 (previously would show as "- -0"
|
||||
|
||||
### Fix Description Length Preventing REST API Key Creation [#30901](https://github.com/woocommerce/woocommerce/pull/30901)
|
||||
### [Fix Description Length Preventing REST API Key Creation #30901](https://github.com/woocommerce/woocommerce/pull/30901)
|
||||
|
||||
If your test store uses a self-signed SSL certificate, add this filter:
|
||||
|
||||
|
@ -170,7 +170,7 @@ add_filter( 'http_request_args', function( $args ) {
|
|||
13. Click "Generate API key"
|
||||
14. Verify an error message is shown
|
||||
|
||||
### Update Chile regions [#30875](https://github.com/woocommerce/woocommerce/pull/30875)
|
||||
### [Update Chile regions #30875](https://github.com/woocommerce/woocommerce/pull/30875)
|
||||
|
||||
1. As a shopper, add an item to the cart and proceed to the Checkout page.
|
||||
1. In the Checkout page, select "Chile" as the country.
|
||||
|
|
Loading…
Reference in New Issue