Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Include #7925 in changelog and testing notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmanijak committed May 8, 2023
1 parent 64fb534 commit 8fdd940
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/internal-developers/testing/releases/1020.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,23 @@ Before | After

![image](https://user-images.githubusercontent.com/186112/231194280-b54da592-8e6f-44f2-983b-7bb2f0c9be44.png)

### Implement Hand-Picked Products block [#7925](https://github.com/woocommerce/woocommerce-blocks/pull/7925)

#### Simplest path

1. Add a “Products (Beta)” block to your page.
2. Go to the “Advanced Filters” within the Inspector Controls and add “Hand-picked Products”.
3. Start typing to select some products.
4. Ensure the preview is correctly updated as you narrow down your selection.
5. Click Publish.
6. Ensure the front-end is correct.

#### Complex path

1. Repeat steps 1–4 above.
2. Add additional filters (such as “On sale”).
3. Ensure the block only applies the subsequent filters to the subset of products you have selected.

## Feature plugin

### Single Product Block > Ensure the product title is correct when used in a post or page [#9335](https://github.com/woocommerce/woocommerce-blocks/pull/9335)
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
- [Patterns]: Add new `Header Centered Search` pattern. ([9081](https://github.com/woocommerce/woocommerce-blocks/pull/9081))
- Add the new `WooCommerce Featured Products 5-item grid` pattern. ([9006](https://github.com/woocommerce/woocommerce-blocks/pull/9006))
- Products block: Using nested selectors to add consistent spacing between Product elements. ([8993](https://github.com/woocommerce/woocommerce-blocks/pull/8993))
- Products (Beta): Add a filter to allow merchants to hand-pick a subset of products. ([7925](https://github.com/woocommerce/woocommerce-blocks/pull/7925))

#### Bug Fixes

Expand Down

0 comments on commit 8fdd940

Please sign in to comment.