woocommerce-blocks
woocommerce-blocks copied to clipboard
(Deprecated) This plugin has been merged into woocommerce/woocommerce
While working on another PR, I discovered that some links that point to Getting Started and other related pages don't work anymore. I fix those links in this PR. ###...
This PR adds a notice to the inspector when editing Cart and Checkout blocks, and their inner blocks. It also adds functionality to dismiss the notice. I reused the `useCompatibilityNotice`...
This PR introduces the new `Patterns` class that is used to register patterns and pattern categories. The patterns are loaded from the `/patterns` folder. It also introduces a new pattern...
For the Store API: Right now, deleting a single coupon returns the full cart (as do most cart actions), but deleting all coupons just returns an empty array. It's no...
**Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.** ## Test title should show the action menu if the template has been...
I added a better structure so that the RM can follow them easier I updated the `composer json` command to make sure we don't modify unnecessary files (see p1658414996067459/1658396435.658289-slack-C01DT6U03HC) I...
By adding the hooks in `assets/js/blocks/hooks` to `assets/js/base/hooks` where the other hooks live, we can utilize the `@woocommerce/base-hooks` alias and avoid using relative paths for importing and using these hooks....
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,...
We are using the [stale Github action](https://github.com/actions/stale) to [mark issues](https://github.com/woocommerce/woocommerce-blocks/blob/trunk/.github/workflows/close-stale-issues.yml) as stale after 60 days and close them after 10 days. Because of this some tickets might get lost, tickets...
**Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.** ## Test title should refresh the page only if the user click on...