-
Tutorial: Overriding notice templates
•
Are you using a classic theme and want to customize the classic notices? Are you using a block theme, and want to customize the block notices or want to use… Read more
-
Getting to Know Woo: Extending the New Product Editor with React
•
This is the second part of a series of posts where we cover extensibility in the new product editor. If you haven’t already, please check out the first post, Getting… 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
-
Tutorial: Extending the WooCommerce Checkout Block
•
Simply adding a field to Checkout? If you’re trying to add a simple field to checkout block (text, checkbox, select), you can do that right now using PHP only, via… Read more
-
Exposing Payment Options in the Checkout Block
•
A while ago, we announced the public availability of developer documentation covering the integration of payment methods with the Cart and Checkout Blocks. This time, we will show you an… Read more
-
Hiding Shipping and Payment Options in the Cart and Checkout Blocks
•
A while ago we made our new, block-based checkout available for testing in the WooCommerce Blocks plugin. The new Cart and Checkout blocks were built from the ground up to… Read more
-
Adding your own store management links
•
In the new and improved WooCommerce home screen, there are two points of extensibility for plugin developers that have recently had some attention. The first is the setup task list,… Read more
-
Integrating your Payment Method with Cart and Checkout Blocks
•
Since we released the first iteration of the Cart and Checkout blocks to users of the WooCommerce blocks feature plugin last year, one of the most common requests we’ve received… Read more
-
Use Setup Tasks to provide a first-class on-boarding experience for merchants
•
As a plugin author, you’ll often have one or more set up tasks you want to guide your user through to get the most out of your plugin. Two challenges… Read more
-
Adding columns to analytics reports and CSV downloads
•
Adding columns to analytics reports are a really interesting way to add functionality to WooCommerce. New data can be consumed in the table view of the user interface and in… Read more
-
Tutorial: Adding React Support to a WooCommerce Extension
•
Starting with WooCommerce 4.0, the React-powered admin interface of WooCommerce Admin has been included as part of the core WooCommerce experience for developers and merchants. This inclusion opens up lots… Read more
-
Using the Admin Notes Inbox in WooCommerce
•
Note: A previous version of this article provided instructions using class names that were deprecated in WooCommerce 4.8. The instructions below have been updated to reflect the new class names.… Read more