Updated Release Testing Instructions WooCommerce 6.7 (markdown)
parent
1d425f76ff
commit
d9c9a6fb86
|
@ -314,21 +314,21 @@ array(
|
||||||
**Scenario 6: Event `wcadmin_product_add_publish` should send the props sent for the event `wcadmin_product_updates`**
|
**Scenario 6: Event `wcadmin_product_add_publish` should send the props sent for the event `wcadmin_product_updates`**
|
||||||
1. Enter `localStorage.setItem( 'debug', '*' );` in your browser console to enable debug messages
|
1. Enter `localStorage.setItem( 'debug', '*' );` in your browser console to enable debug messages
|
||||||
2. Verify in your browser console that the following prop list is being sent correctly for the event wcadmin_product_update.
|
2. Verify in your browser console that the following prop list is being sent correctly for the event wcadmin_product_update.
|
||||||
-- description: Yes|No
|
- description: Yes|No
|
||||||
-- short_description: Yes|No
|
- short_description: Yes|No
|
||||||
-- product_image: Yes|No
|
- product_image: Yes|No
|
||||||
-- product_gallery: Int (count of images in the gallery)
|
- product_gallery: Int (count of images in the gallery)
|
||||||
-- categories: Int (count of categories)
|
- categories: Int (count of categories)
|
||||||
-- tags: Int (count of tags)
|
- tags: Int (count of tags)
|
||||||
-- sale_price: Yes|No
|
- sale_price: Yes|No
|
||||||
-- weight: Yes|No
|
- weight: Yes|No
|
||||||
-- dimensions: Yes|No
|
- dimensions: Yes|No
|
||||||
-- upsells: Yes|No
|
- upsells: Yes|No
|
||||||
-- cross-sells: Yes|No
|
- cross-sells: Yes|No
|
||||||
-- attributes: Int (count of attributes)
|
- attributes: Int (count of attributes)
|
||||||
-- purchase_note: Yes|No
|
- purchase_note: Yes|No
|
||||||
-- menu_order: Yes|No
|
- menu_order: Yes|No
|
||||||
-- enable_reviews: Yes|No
|
- enable_reviews: Yes|No
|
||||||
4. Create a new product.
|
4. Create a new product.
|
||||||
5. Go to WooCommerce -> Status -> Logs (URL wp-admin/admin.php?page=wc-status&tab=logs).
|
5. Go to WooCommerce -> Status -> Logs (URL wp-admin/admin.php?page=wc-status&tab=logs).
|
||||||
6. Select a tracks-* log from the dropdown.
|
6. Select a tracks-* log from the dropdown.
|
||||||
|
|
Loading…
Reference in New Issue