Seghir Nadir
Seghir Nadir
This pull adds comment context (selected text for that comment), I haven't yet decided how to show it yet, this is essential for unattached comments, I don't know if there's...
Initiating `__REDUX_DEVTOOLS_EXTENSION__.options.instanceId` with a symbol would throw an error. ``` Uncaught DOMException: Failed to execute 'postMessage' on 'Window': Symbol(wc/store/cart) could not be cloned. at post (:13794:10) at toContentScript (:13885:3) at...
### All Submissions: - [x] Have you followed the [WooCommerce Contributing guideline](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md)? - [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? - [x] Have you checked to ensure there...
### Prerequisites - [X] I have carried out troubleshooting steps and I believe I have found a bug. - [X] I have searched for similar bugs in both open and...
- This was done as part of Checkout block testing. When a new order is created via Checkout, the "created_at" time for it (be it draft or placed), the time...
When checking out with Checkout block or shortcode, customer notes are not persisted, I didn't find any mention of them in wc_orders or wc_orders_meta tables. Customer notes are set using...
Currently, when you open a page that has Cart or Checkout block, and that page isn't the default Cart/Checkout page, you will get a notice telling you to update by...
This PR adds a "make current page default cart/checkout", it has a long flow that goes via several conditions: To test this PR, you need this PR from WooCommerce core...
Issue reported by @manospsyx is when you have an in-flight request (update quantity from 3 to 4), and you click update again (4 to 5). Your result would jump back...
This is a follow up to this issue https://github.com/woocommerce/woocommerce-blocks/issues/6864 Currently, the notice is only visible on the top level Cart/Checkout, which might make discoverability a bit hard, we want to...