Co-authored-by: Tung Du <dinhtungdu@gmail.com>
This commit is contained in:
Manish Menaria 2023-03-01 12:24:19 +05:30 committed by GitHub
parent 8aa369f229
commit a347950288
1 changed files with 5 additions and 7 deletions

View File

@ -226,14 +226,12 @@ Prerequisites:
### Fix Product categories, Product Tags & Keyword filter not working in Products block ([8377](https://github.com/woocommerce/woocommerce-blocks/pull/8377))
1. Create a new post
2. Add Product block inside Editor
3. Add Product categories and/or Product Tags and/or Keyword to Filters(see screenshot)
![image](https://user-images.githubusercontent.com/16707866/216572384-91a9802b-e598-4b18-bdbc-158ff0d465f9.png)
4. Check the front-end. Only products with added categories, tags, or keywords are showing.
2. Add Products block inside Editor
3. Add Product categories and/or Product Tags and/or Keyword to Filters(see screenshot below)
| Before | After |
| ------ | ----- |
|![Edit_Page_“Producs”__ratings_—_WordPress](https://user-images.githubusercontent.com/905781/214031002-d846e498-b0db-45e4-90bf-36bf5b8defa4.jpg)|![Edit_Page_“Producs”__ratings_—_WordPress](https://user-images.githubusercontent.com/905781/214031266-e99096db-5d34-4068-a0a5-fdbf1dc94ea8.jpg)|
![image](https://user-images.githubusercontent.com/16707866/216572384-91a9802b-e598-4b18-bdbc-158ff0d465f9.png)
4. Check the front-end. Only products with added categories, tags, or keywords are showing.
### Move the usage of Notices from @wordpress/components from frontend to editor (Filter by Rating) ([8444](https://github.com/woocommerce/woocommerce-blocks/pull/8444))