-
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
-
WooCommerce Dependency Extraction Webpack Plugin
•
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… 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
-
Building a JavaScript-driven UI for AutomateWoo – Part 1 – Setting up @wordpress/scripts and webpack
•
In this series of posts, I’m going to share my experience building JavaScript-driven UIs for AutomateWoo using components from WooCommerce Admin and Gutenberg. The aim for these posts is to… Read more
-
Getting Started with Product Vendors
•
WooCommerce Product Vendors turns your store into a multi-vendor marketplace. You can assign your existing products to Vendors or they can add and edit their own to sell through your… Read more
-
Subscriptions FAQ
•
WooCommerce Subscriptions is a premium extension, and this page has answers to commonly asked questions. We recommend reading the Subscriptions Guide for Store Managers if you haven’t already. For technical questions about integrating… Read more
-
Security update: Best practices for securing your WooCommerce site
•
Last week, Sucuri’s Ben Martin wrote about his recent experience with a client’s WooCommerce site that had been breached by a malicious credit card swiper (or “skimmer”) code injection. While… Read more
-
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… Read more
-
Apply a coupon for minimum cart total
•
The code snippet below allows you to: Requirements: Add this code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as… Read more
-
Hide trailing zeros on prices
•
The option to show trailing zeros on your prices has been removed in favor of a filter, as of WooCommerce 2.2x. If you want to hide trailing zeros on your… Read more
-
How we’re tackling GDPR in WooCommerce core
•
Stronger rules on data protection from May 2018 mean citizens have more control over their data. GDPR is coming, and we’re working hard to get new tools in WooCommerce core… Read more