WooCommerce products are stored as custom post types. Each product will have 1 row in the wp_posts
table. and the post type will be “product.”
Daniel Espinoza
WooCommerce: Stop Adding Pixel Tracking Code to Thank You Page
A common task for ecommerce sites is needing to add a tracking pixel to the Order Completed, or Thank You page of WooCommerce. This pixel will help report data to an external service like Facebook Ads, Google Ads, Pinterest, or a CRM.
WooCommerce Subscriptions: How to Bulk Update Next Payment Date
If you run a WooCommerce Subscriptions site for long enough you will experience a situation where you need to change the Next Payment date for subscriptions. Knowing how to bulk update the next payment date in WooCommerce Subscriptions is a vital tool for developers and shop managers.
In this article I’ll explain how to change the Next Payment date on one or thousands of subscriptions at one time in a few steps:
How to Filter WooCommerce Order Table
This how-to is a follow up to the How to Hide Zero and Free Orders post. This is a developer focused how-to, where we will dig into some WooCommerce code.
How to Hide Zero and Free Orders in WooCommerce
In this how-to I’ll show you how to hide free orders or orders with a zero total in WooCommerce.
Pantheon August Couch Coding
On Tuesday, August 28th, I joined Andrew Taylor for Pantheon’s August Couch Coding.
How To Test WooCommerce Webhooks
Webhooks is a term used for sending data to a URL when an event happens. An example is when someone subscribes to an email marketing list, the service that manages the list can send data like the subscriber’s name and email to another system like a Customer Relationship Manager.
Restful WooCommerce Video Available
In April I gave a workshop at WooConf titled RESTful WooCommerce.