Seghir Nadir
Seghir Nadir
This is a project thread to capture the progress of Local Pickup project.
As it stands, Store API will only return local pickup rates if the currently matched zone contains local pickup, or the uncovered zone contain a local pickup. We want to...
Before merging to the monorepo, WooCommerce block had a version (that stopped at 11.8.0) that was used in various parts of the codebase, including for example this cache mechanism [that...
Checkout order and Order endpoints don't support extensions endpoint and aren't backward compatible.
Recently introduced Checkout Order and Orders don't contain extensions fields and/or are not compatible with existing extensions. ### Checkout order - This is a POST only endpoint that allows you...
### Introduction This PR introduces the ability to register additional fields in Checkout for developers. This is a step up from how it was done in the old Checkout, and...
We use Local Storage somehow in Cart/Checkout/Mini Cart, mainly for mini cart totals, and nonces and other info, however, that local storage doesn't react to changes coming from other windows,...
This issue is part of https://github.com/woocommerce/woocommerce/issues/42116 it adds custom fields tracking, mainly adding how many fields there are in checkout and post checkout, their names, requirement, location, type, and value...
I have the following function that fails parsing because of the `()` call at the end: ```php $container = $container ?: ( function() { // logic here } )(); ```...
When using Store API, if you run into an error, the only thing you will see is `internal server error`, it seems WordPress is able to catch the error just...
### Submission Review Guidelines: - I have followed the [WooCommerce Contributing Guidelines](https://github.com/woocommerce/woocommerce/blob/trunk/.github/CONTRIBUTING.md) and the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/). - I have checked to ensure there aren't other open [Pull Requests](https://github.com/woocommerce/woocommerce/pulls) for...