Updated Release Testing Instructions WooCommerce 4.5 (markdown)
parent
cf52af0c59
commit
c8c0459003
|
@ -166,13 +166,19 @@ It could be tricky to verify but you should see the event here:
|
|||
* Event prop: NA
|
||||
* Description: when the user clicks in the `Manage all orders` button
|
||||
|
||||
Event name: wcadmin_activity_panel_order_number
|
||||
Event prop: NA
|
||||
Description: when the user clicks in the order number link
|
||||
***
|
||||
|
||||
Event name: wcadmin_activity_panel_customer_name
|
||||
Event prop: NA
|
||||
Description: when the user clicks in the customer name link
|
||||
* Event name: `wcadmin_activity_panel_order_number`
|
||||
* Event prop: NA
|
||||
* Description: when the user clicks in the order number link
|
||||
|
||||
***
|
||||
|
||||
* Event name: `wcadmin_activity_panel_customer_name`
|
||||
* Event prop: NA
|
||||
* Description: when the user clicks in the customer name link
|
||||
|
||||
***
|
||||
|
||||
|
||||
![screenshot-one wordpress test-2020 07 26-18_51_43 (1)](https://user-images.githubusercontent.com/1314156/88490356-7cc8a600-cf71-11ea-8c37-6a0b9eac3eb5.png)
|
||||
|
@ -182,21 +188,29 @@ Description: when the user clicks in the customer name link
|
|||
|
||||
**Stock:**
|
||||
|
||||
Event name: wcadmin_activity_panel_stock_product_name
|
||||
Event prop: NA
|
||||
Description: when the user clicks in the product name link
|
||||
* Event name: `wcadmin_activity_panel_stock_product_name`
|
||||
* Event prop: NA
|
||||
* Description: when the user clicks in the product name link
|
||||
|
||||
Event name: wcadmin_activity_panel_stock_update_stock
|
||||
Event prop: NA
|
||||
Description: when the user clicks in the "Update stock" button
|
||||
***
|
||||
|
||||
Event name: wcadmin_activity_panel_stock_save
|
||||
Event prop: `quantity`, the number of products added to the inventory
|
||||
Description: when the user clicks in the "Save" button
|
||||
* Event name: `wcadmin_activity_panel_stock_update_stock`
|
||||
* Event prop: NA
|
||||
* Description: when the user clicks on the `Update stock` button
|
||||
|
||||
Event name: wcadmin_activity_panel_stock_cancel
|
||||
***
|
||||
|
||||
* Event name: `wcadmin_activity_panel_stock_save`
|
||||
* Event prop: `quantity`, the number of products added to the inventory
|
||||
* Description: when the user clicks in the `Save` button
|
||||
|
||||
***
|
||||
|
||||
Event name: `wcadmin_activity_panel_stock_cancel`
|
||||
Event prop: NA
|
||||
Description: when the user clicks in the "Cancel" button
|
||||
Description: when the user clicks on the `Cancel` button
|
||||
***
|
||||
|
||||
|
||||
|
||||
![screenshot-one wordpress test-2020 07 26-18_51_43](https://user-images.githubusercontent.com/1314156/88490345-6589b880-cf71-11ea-9be8-a39201d3d586.png)
|
||||
|
@ -206,21 +220,27 @@ Description: when the user clicks in the "Cancel" button
|
|||
|
||||
**Reviews:**
|
||||
|
||||
Event name: wcadmin_activity_panel_reviews_learn_more
|
||||
Event prop: NA
|
||||
Description: when the user clicks in the "Learn More" button in the empty state
|
||||
* Event name: `wcadmin_activity_panel_reviews_learn_more`
|
||||
* Event prop: NA
|
||||
* Description: when the user clicks on the `Learn More` button in the empty state
|
||||
|
||||
Event name: wcadmin_activity_panel_reviews_view_reviews
|
||||
Event prop: NA
|
||||
Description: when the user clicks in the "View reviews" button in the empty state
|
||||
***
|
||||
|
||||
Event name: wcadmin_activity_panel_reviews_product
|
||||
Event prop: NA
|
||||
Description: when the user clicks in the product name
|
||||
* Event name: `wcadmin_activity_panel_reviews_view_reviews`
|
||||
* Event prop: NA
|
||||
* Description: when the user clicks on the `View reviews` button in the empty state
|
||||
|
||||
Event name: wcadmin_activity_panel_reviews_customer
|
||||
Event prop: NA
|
||||
Description: when the user clicks in the customer name
|
||||
***
|
||||
|
||||
* Event name: `wcadmin_activity_panel_reviews_product`
|
||||
* Event prop: NA
|
||||
* Description: when the user clicks in the product name
|
||||
|
||||
***
|
||||
|
||||
* Event name: `wcadmin_activity_panel_reviews_customer`
|
||||
* Event prop: NA
|
||||
* Description: when the user clicks in the customer name
|
||||
|
||||
|
||||
***
|
||||
|
|
Loading…
Reference in New Issue