WooCommerce Admin’s code has now safely landed in Core WooCommerce repository, which has been transformed into a monorepo. This monorepo is now capable of unifying code across the WooCommerce platform into a central repository facilitating an integrated developer experience no matter which part of WooCommerce is being developed. If you would like to read more […]
Author: psealk
Navigation Overview We’ve recently introduced the WooCommerce Navigation, which enables store owners to easily access their most important store management features from a single, streamlined menu. Adding to recently published technical guidance on how to integrate third-party developer extensions with the WooCommerce navigation, we’re excited to share more information on how developers can help store […]
We’re excited to share a modern, streamlined WooCommerce Navigation that supports the commerce-first experience necessary to help store owners achieve success. Read on to find out more about how you can stay ahead of the curve by integrating with — and hooking into — this updated navigation.
WooCommerce Dependency Extraction Webpack Plugin is a tool for managing your extension’s WordPress and WooCommerce dependencies. It extends the WordPress version and adds WooCommerce functionality on top so you don’t need to declare dependencies when registering your app’s scripts. To illustrate how the plugin can aid development, consider the following example. An app makes use […]
Extending WC-Admin Reports
This post serves as a guide to extending WC-Admin Reports with a basic UI dropdown, added query parameters, and modification of SQL queries and resulting report data. This example will create a currency selector for viewing the Orders Report based on a specific currency.