Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-gutenberg-products-block/files/7083656/woocommerce-gutenberg-products-block.zip)
## Feature plugin and package inclusion in WooCommerce
### Testing Link to Product Page setting in All Products Block ([4630](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4630))
1. Create a test page.
2. Add the `All Products` block.
3. Click the pencil icon to edit the block.
4. Click on the product image.
5. Activate/deactivate the `Link to Product Page` setting in the sidebar.
6. Save the changes
7. Open the test page on the frontend to ensure that the `Link to Product Page` setting behaves as expected for the image.
### New Filter Products by Stock block ([4145](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4145))
A new block was introduced for filtering products by stock:
![In the block selector](https://user-images.githubusercontent.com/10712881/116401771-ada97480-a83c-11eb-84c0-a67a6562b7ee.png)
![On the frontend](https://user-images.githubusercontent.com/10712881/116402010-f2351000-a83c-11eb-9e30-6e4d5d2cfadc.png)
1. Create a page and on the page add "Filter Products by Stock", "All Products", "Active Filters", and "Filter by Attributes Blocks" to a page.
2. Ensure `Hide out of stock products from catalogue` is **disabled** in **WooCommerce > Settings > Products > Inventory**
3. Set the stock status of some products to `out of stock`, some to `on backorder`.
4. Go to the page on the front end and verify that you can filter products by the three different stock levels.
5. For any product that is `out of stock` change it back to `in stock`. All products should now either be `on backorder` or `in stock`.
6. Reload the page and ensure the option to filter out of stock products is not there.
7. Set some products back to being `out of stock`.
8. Change the `Hide out of stock products from catalogue` to **enabled** in **WooCommerce > Settings > Products > Inventory**
9. Reload the page and ensure the option to filter out of stock products is not there.
10. Add the `Filter Products by Price` and `Filter Products by Attribute` block to the page.
11. Verify that the filters work together and the correct products are shown in the `All Products` block..
### Fix layout issues with Category List Block ([4587](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4587))
[We're hiring!](https://woocommerce.com/careers/) Come work with us!
🐞 Found a mistake, or have a suggestion? [Leave feedback about this document here.](https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues/new?assignees=&labels=type%3A+documentation&template=--doc-feedback.md&title=Feedback%20on%20./docs/testing/releases/580.md)