Updated Release Testing Instructions WooCommerce 6.3 (markdown)
parent
35d4cae1f7
commit
a8203f70c1
|
@ -6,6 +6,18 @@
|
|||
---
|
||||
## WooCommerce Admin Updates:
|
||||
|
||||
### WooCommerce Payments task in new task list experiment [#8321](https://github.com/woocommerce/woocommerce-admin/pull/8321)
|
||||
|
||||
1. On a new WooCommerce site finish the onboarding flow and make sure to select WooCommerce Payments under the free features in the **Business Details** step.
|
||||
2. Enable the `woocommerce_tasklist_progression_headercard_2col_2022_02` treatment by opening your browser console and running `localStorage.setItem('explat-experiment--woocommerce_tasklist_progression_headercard_2022_02', '{"experimentName":"woocommerce_tasklist_progression_headercard_2022_02","variationName":"treatment","retrievedTimestamp":' + Date.now() + ',"ttl":7200}');`.
|
||||
3. Go to **WooCommerce > Home** or refresh this page, a new task list should be displayed ([example pic](https://user-images.githubusercontent.com/4723145/133674986-a7348d61-23f7-443b-af2c-8f5926cf6016.jpg))
|
||||
4. **Store Details** task should not be present and the **Get paid with WooCommerce Payments** task should be displayed in the new task list with a **Set up additional payment providers** in the **Things to do next** task list.
|
||||
5. Make sure you have WooCommerce Payments dev mode enabled (you can install the [WooCommerce Payments dev tools plugin](https://github.com/Automattic/woocommerce-payments-dev-tools) for this)
|
||||
6. Click on the **Get paid with WooCommerce Payments** and set up/connect WooCommerce Payments
|
||||
7. Once finished and redirected back to **WooCommerce > Home** the **Get paid with WooCommerce Payments** should not be present anymore in the new task list. Instead an uncompleted **Set up payments** should be listed.
|
||||
8. The **Things to do next** task list should not include the **Set up additional payment providers** task anymore.
|
||||
|
||||
|
||||
### Fix category report query returns invalid net sales
|
||||
|
||||
1. Create a new store and finish the Onboarding flow
|
||||
|
|
Loading…
Reference in New Issue