-
Getting to Know Woo: Exploring Server-Side Extensibility with Hooks
•
Co-written by @ralucastn and @nielslange This is chapter 5 of 5 in the series Getting to Know Woo: A Series on the Cart and Checkout Blocks In the previous posts,… Read more
-
Getting to Know Woo: Extending Payment Gateway Options in WooCommerce
•
Co-written by @ralucastn and @nielslange This is chapter 4 of 5 in the series Getting to Know Woo: A Series on the Cart and Checkout Blocks In this series, we’ve… Read more
-
Tutorial: Placing an order using the Store API
•
While looking into a Store API related GitHub issue, I decided to create a brief tutorial on how to place an order using the Store API when using WooCommerce Blocks.… Read more
-
Getting to Know Woo: Modifying existing Cart and Checkout Block Fields
•
Co-written by @ralucastn and @nielslange This is chapter 3 of 5 in the series Getting to Know Woo: A Series on the Cart and Checkout Blocks In the previous installment… Read more
-
Getting to Know Woo: Customizing Cart and Checkout Fields
•
Co-written by @ralucastn and @nielslange This is chapter 2 of 5 in the series Getting to Know Woo: A Series on the Cart and Checkout Blocks. In our previous post… Read more
-
Getting to Know Woo: Understanding the Architecture of Cart and Checkout Blocks
•
Co-written by @ralucastn and @nielslange This is chapter 1 of 5 in the series Getting to Know Woo: A Series on the Cart and Checkout Blocks As a first installment… Read more
-
Getting to Know Woo: A Series on the Cart and Checkout Blocks
•
Over the past months, the Cart and Checkout blocks were available as optional features in WooCommerce Core. Now, the time has come to transition the Cart and Checkout blocks out… Read more
-
Tutorial: Extending the WooCommerce Checkout Block
•
Checkout our tutorial on how to extend the WooCommerce Checkout Block Read more
-
Clear Testing Instructions on Pull Requests is the First Level of Quality Engineering
•
What is Our Long-Term Goal? We strongly believe in the importance of having high-quality testing instructions in Pull Requests. This will allow us to perform front-load testing earlier in the… Read more
-
The Store API Now Supports Rate Limiting
•
Popular stores can become the targets of malicious actors. One example of known abusive patterns is making many requests in a very short timeframe to try to overwhelm the store.… Read more
-
New @wordpress/data stores in WooCommerce Blocks
•
In WooCommerce blocks 8.7.0 we refactored a significant portion of our Cart and Checkout blocks’ code. Specifically, a lot of the data previously kept in React Contexts was moved into… Read more
-
How The Checkout Block Processes An Order
•
Have you ever wondered, what happens after a user hits the “Place Order” button in the Checkout Block? In this post, we will go through a step by step deep-dive… Read more