Seghir Nadir
Seghir Nadir
making it a browser extension with settings that can be customized for each website will be great, thought it may be best for a separate project
this is an initial PR to migrate from the now deprecated `findDomNode` to using `ref` functionality wise this PR seems to work, there are however some problems that I could...
I'm limited to 7 pins for now, can I possibly skip something like IRQ and what would I lose
As it stands right now, there's no way to filter the `shipping_methods` value of WC_Shipping class, which is reset every time you call `calculate_shipping`. This PR adds a filter `woocommerce_get_shipping_methods`,...
In this PR (alongside a quick PR in WooCommerce Core), we will always fetch existing Local Pickups rates in Store API, regardless if you have an address or not, or...
This just to test the assets compare automation, don't merge it. It can't be marked as draft because automations won't run.
WooCommerce Core supports packages, this can be seen in WooCommerce Subscriptions for example, this issue's goal is to make sure local pickup works smoothly with that feature (all packages are...
In Checkout Block, we need to introduce a new block "Shipping Method" that's visible only if you have local pickups added in your website. The block should be customizable in...
This issue is blocked by https://github.com/woocommerce/woocommerce-blocks/issues/7161 and https://github.com/woocommerce/woocommerce-blocks/issues/7140 Introduce a new Shipping Rates shallow block, this block would act the same as `woocommerce/cart` block, and wouldn't render much itself, it...
As of right now, Shipping options block would only render shipping rates, we want to introduce a new pickup locations block that renders pickup locations, the benefit here is that...