Merge branch 'release/10.5.0' of https://github.com/woocommerce/woocommerce-blocks into release/10.5.0
This commit is contained in:
commit
b19213cabd
|
@ -25,7 +25,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
|
|||
### Ensure the "Change Address" button is visible in the cart even if local pickup is selected. ([9809](https://github.com/woocommerce/woocommerce-blocks/pull/9809))
|
||||
|
||||
1. Ensure you are using the Cart block.
|
||||
2. Go to /wp-admin/profile.php and ensure your test account has a (shipping) address.
|
||||
2. Go to `/my-account/edit-address/` and ensure your test account has a (shipping) address.
|
||||
3. Ensure you have an item in the cart that needs shipping, and a mixture of pickup and flat rates.
|
||||
4. Select the local pickup shipping method.
|
||||
5. Confirm the “change address” button is still shown.
|
||||
|
@ -88,7 +88,7 @@ Before | After
|
|||
|
||||
### Add RTL preview support for mini-cart. ([9756](https://github.com/woocommerce/woocommerce-blocks/pull/9756))
|
||||
|
||||
1. Add post/page and insert the mini-cart block.
|
||||
1. On a block theme (ie: Twenty Twenty Three), create a new post/page and insert the mini-cart block.
|
||||
2. Switch to a RTL language such as Arabic.
|
||||
3. Click on the mini-cart block in the Editor.
|
||||
4. In the inspector controls, you should see a preview of the mini-cart drawer that shows a RTL version. ( where the drawer opens from the left ).
|
||||
|
|
Loading…
Reference in New Issue