Updated Release Testing Instructions WooCommerce 7.4 (markdown)
parent
3f1b69da6f
commit
f603b787c5
|
@ -156,6 +156,42 @@ Before | After
|
|||
|
||||
--
|
||||
|
||||
### [Add new filter to add additional clauses for SQL statement in Variations report](https://github.com/woocommerce/woocommerce/pull/36378#top) #36378
|
||||
**_Slack Workflow: WooCommerce Admin Start Manage_**
|
||||
* Check the Analytics > Variations report for regressions. Nothing should change
|
||||
|
||||
--
|
||||
|
||||
### [Adding ces exit prompt when product importer abandoned](https://github.com/woocommerce/woocommerce/pull/35996#top) #35996
|
||||
**_Slack Workflow: WooCommerce Admin Start Manage_**
|
||||
1. Enable tracking under WooCommerce > Settings > Advanced > Woocommerce.com
|
||||
3. Add a product (or multiple)
|
||||
4. Go to Products -> All Products
|
||||
5. Export your product to a csv file.
|
||||
6. Go back to Products -> All Products
|
||||
7. Click "Import" button.
|
||||
8. **Without continuing the import**, click back to Products -> All Products (or another page).
|
||||
9. Observe the notice appear as seen in the screenshots
|
||||
![image](https://user-images.githubusercontent.com/444632/207752922-33d21744-f88f-409f-8d48-51d888858672.png)
|
||||
|
||||
![image](https://user-images.githubusercontent.com/444632/207752954-ed8d592e-f35f-42f9-9544-81fe492669a8.png)
|
||||
10. Submit or Dismiss the survey
|
||||
13. Go back to the product importer, and complete the product import for the csv you exported.
|
||||
14. After complete, navigate to another page again.
|
||||
15. You should _not_ see the notice after navigating.
|
||||
|
||||
--
|
||||
|
||||
### [Adding the feedback button on activity panel for the classic product page](https://github.com/woocommerce/woocommerce/pull/35810#top) #35810
|
||||
**_Slack Workflow: WooCommerce Admin Start Manage_**
|
||||
1. Enable tracking under WooCommerce > Settings > Advanced > Woocommerce.com
|
||||
2. Go to Products -> Add New
|
||||
3. Notice that the Feedback button appears in the header above:
|
||||
![image](https://user-images.githubusercontent.com/444632/205164752-5fad8a5f-e354-45d0-a6b3-a7a18339cf64.png)
|
||||
|
||||
4. Click the feedback button.
|
||||
5. Notice that the icon color changes, and the CES modal is displayed.
|
||||
|
||||
---
|
||||
|
||||
## WooCommerce New Product Editing Updates
|
||||
|
|
Loading…
Reference in New Issue