Luigi Teschio
Luigi Teschio
By default, Store API excludes product variations. Just appending `type=variation`, Store API returns product variations. This is not a bug because the behavior is identical to WC REST API. Nevertheless,...
The goals of this issue are: - [ ] upgrade to webpack 5 - [ ] enable HMR
This issue is blocked by https://github.com/woocommerce/woocommerce-blocks/issues/6795. The `On Sale Products` variation has to show only the products on sale.
This issue is blocked by #6795. The `All Products` variation has to show all the products.
To add support for the filter, it is necessary to customize the query that will be handled by the `Query Loop` block. The goal of this issue is to use...
The `Product Query` block has to be compatible with the existing filters block when it is added on post/page and on FSE: - [ ] `Filter Products By Price` block....
Create a `Product Price block` for inclusion in the new `Product Query block`. It is important that: - on the editor side, the block has to be client-side rendered. -...
Create a `Product Image block` for inclusion in the new `Product Query block`. It is important that: - on the editor side, the block has to be client-side rendered. -...
Just a POC for the "Product Query" block.
## Describe the bug While I worked on #5729, I discovered that the hook `useStoreEvents` ([code](https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/c4a2a29643f9f4f2821e336665899a5d985ed978/assets/js/base/context/hooks/use-store-events.ts/#L20)) invokes the hook `useStoreCart` that does a fetch request to the endpoint `/wc/store/cart`. We...