Update 440.md

Fix testing note in wrong section.
This commit is contained in:
Darren Ethier 2021-02-17 07:24:49 -05:00 committed by GitHub
parent 89e6708573
commit 0675355cf7
1 changed files with 6 additions and 5 deletions

View File

@ -23,11 +23,6 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
7. Change the "Show empty categories" block's settings to true
8. Notice that the Test category is listed in the Product Categories Block with 0 products.
### Design tweaks to the cart page which move the quantity picker below each cart item and improve usability on mobile. #3734
1. Add items to your cart, some with sale prices, add multiple items etc.
2. See that the subtotal for each item is shown below the item's name, and the overall total is shown to the right. (Overall total is item price * quantity).
### Hide the All Products Block from the new Gutenberg Widget Areas until full support is achieved. #3737
1. Ensure Gutenberg feature plugin is enabled and you can see the new Widget Areas screen under Appearance > Widgets.
@ -76,6 +71,12 @@ This test requires a code edit to force an error.
## Feature plugin only
### Design tweaks to the cart page (using Cart Block) which move the quantity picker below each cart item and improve usability on mobile. #3734
1. Make sure the cart page is setup with the Cart Block.
2. Add items to your cart, some with sale prices, add multiple items etc.
3. See that the subtotal for each item is shown below the item's name, and the overall total is shown to the right. (Overall total is item price * quantity).
### Hidden cart item meta data will not be rendered in the Cart and Checkout blocks. #3732
This can only be tested with Subscriptions.