woocommerce-blocks
woocommerce-blocks copied to clipboard
(Deprecated) This plugin has been merged into woocommerce/woocommerce
It looks like with the recent style updates, the border styles for the Filter by Attribute block no longer work. This affects both display modes: _List_ and _Dropdown_. ## To...
Fixes #6945 ## Notes In #6612, we ran a Data Store Migration. This PR aims to create the external documentation for the `wc/store/checkout` data store. ### Testing 1. Open https://github.com/woocommerce/woocommerce-blocks/blob/361b48b6220f57fab8a62b9a9272757530d6f14a/assets/js/data/checkout/selectors.ts...
This PR will change the `getValidationError` and `getValidationErrorId` selectors so they no longer return a function. This was a confusing developer experience as the selector names did not match the...
This is an attempt at adding a **Products by Rating** filter block. For now, I have focused on the core functionality, and there are several pending items on the to-do...
## Describe the bug Checkout Block doesn't update available gateways (express and normal) based on changes in the checkout form. ## To reproduce Any action that would cause a gateway...
Adds Product Query support for the atomic Price block. On the client side, when the Price Block is used within the Product Query block, the markup will be rendered on...
I am not sure if it's because of the version I have, but the `inline` option isn't working for me now.
In the editor, the button appears in black and in orange (dictated by the theme) in the front end. I guess eventully we should add color controls for this block,...
I noticed an issue with the toolbar being slightly behind the content layer.
## Describe the bug If you are using a theme that includes a WooCommerce block template file (e.g. `archive-product`), and then you customize this template in Appearance > Site Editor...