Add reviews panel on home screen testing instructions.
parent
79ed150bb7
commit
353fe043a1
|
@ -2,6 +2,29 @@ WooCommerce 4.9 includes:
|
|||
|
||||
## WooCommerce Admin Updates:
|
||||
|
||||
### Reviews Home Screen Panel
|
||||
|
||||
In this release, the Reviews Activity Panel, which used to be accessed via the icon on the right side of the navigation bar, has been moved to the WooCommerce home screen.
|
||||
|
||||
__Reviews Panel in WooCommerce 4.8 and Earlier__
|
||||
![](https://i.imgur.com/QFm5TJX.png)
|
||||
|
||||
__Reviews Panel on Home Screen__
|
||||
![](https://i.imgur.com/GExlwC3.png)
|
||||
|
||||
#### Testing Reviews Panel
|
||||
|
||||
- Create new store and add several products, make sure you have the [products reviews](https://docs.woocommerce.com/document/configuring-woocommerce-settings/#section-9) enabled.
|
||||
- Go to the public product page using a different browser, or in a private browsing/incognito window. Add at least 3 reviews (in incognito so the comments show up as 'pending')
|
||||
- Back in your wp-admin, go to the Woo home screen
|
||||
- You should see a `Reviews to moderate` with the number of pending reviews (Reviews header panel should not be shown - awaiting feedback if just on home screen)
|
||||
- Using the different reviews, test out each action flow for Approving, Marking as Spam, and deleting reviews:
|
||||
|
||||
![](https://i.imgur.com/Pq2bwdL.png)
|
||||
|
||||
- Also verify the "Manage all reviews" link takes you to the full listing of product reviews `wp-admin/edit-comments.php?comment_type=review`
|
||||
- If no reviews are needing review it should not be allowed to collapse.
|
||||
|
||||
### Customer Effort Score
|
||||
|
||||
In WooCommerce 4.9, we are introducing a new customer survey utility to gather feedback from users around various product features. The following set of test cases require that the site has opted in to tracking via `WooCommerce > Settings > Advanced > WooCommerce.com`
|
||||
|
|
Loading…
Reference in New Issue