Your biggest orders deserve the most attention. They also get the least.
Continue reading Find High-Value Orders Fast: Total Range + Shipping + Payment Filters (VIP Queue Setup)Tag: orders
7 Order-Management Views Every WooCommerce Store Should Have (Support, Fulfillment, Accounting…)
You open WooCommerce orders every morning and see the same wall of data. Every order, every status, every customer – all in one undifferentiated list. Your support person scrolls past shipping-ready orders to find the pending ones. Your warehouse manager ignores refund requests to find what needs packing. Everyone’s looking at the same screen, but nobody’s seeing what they need.
Continue reading 7 Order-Management Views Every WooCommerce Store Should Have (Support, Fulfillment, Accounting…)HPOS Explained: What High-Performance Order Storage Changes for Your Orders Screen
If your WooCommerce store has been running for a few years, you’ve probably seen the “High-Performance Order Storage” option in your settings. Maybe you toggled it on already. Maybe you’ve been putting it off. Either way, HPOS has been the default for new WooCommerce stores since late 2023, and existing stores that haven’t switched yet are running on borrowed time.
Continue reading HPOS Explained: What High-Performance Order Storage Changes for Your Orders ScreenCustomize the WooCommerce orders page for free (no code)
Open your WooCommerce orders page right now. What do you see?
Continue reading Customize the WooCommerce orders page for free (no code)3 CSV Export Playbooks: Accounting, Fulfillment, Reporting (Templates + Column Sets)
Every month, someone on your team exports orders to CSV. And every month, they forget which columns to include.
Continue reading 3 CSV Export Playbooks: Accounting, Fulfillment, Reporting (Templates + Column Sets)Invoice Numbers in the Orders List: Accounting-Friendly Setup + Export
Your invoicing plugin creates invoice numbers for every order. But WooCommerce buries them. To find which order matches invoice INV-2024-00345, you open orders one by one, scanning each detail page until you find it.
Continue reading Invoice Numbers in the Orders List: Accounting-Friendly Setup + ExportFind Orders Missing Tracking Numbers (and Build a “Missing Tracking” Queue)
A customer emails: “My order shipped three days ago. Where’s my tracking number?”
Continue reading Find Orders Missing Tracking Numbers (and Build a “Missing Tracking” Queue)Export WooCommerce Orders to CSV Without Timeouts (Big Stores, Thousands of Orders)
You need to export 8,000 orders for your accountant. You open WooCommerce’s built-in Analytics export and hit Download. It gives you nine columns: order number, status, customer name, net sales, and a few others. No shipping addresses. No phone numbers. No custom fields. Nothing your accountant actually needs.
Continue reading Export WooCommerce Orders to CSV Without Timeouts (Big Stores, Thousands of Orders)Saved Views for WooCommerce Orders: One-Click Workflows (and Team Rules You Should Set)
You open WooCommerce orders and set up your filters. Status: Processing. Date: This week. You click into an order to check the shipping address, hit back, and your filters are gone. Set them again. Navigate away. Gone again.
Continue reading Saved Views for WooCommerce Orders: One-Click Workflows (and Team Rules You Should Set)Create Custom Columns from Order Meta (Delivery Date, PO Number, Gift Message) – No Code
What order meta actually is
Before you start: find your meta key
- Open any order that has the data you want to display
- Scroll down to the Custom Fields section (if you don’t see it, click Screen Options at the top of the page and check the Custom Fields box)
- Look at the “Name” column – that’s your meta key
Create your first custom column
- Go to WooCommerce > Orders
- Click Screen Options (top-right corner)
- In the Columns section, click the + button
- Fill in the form:
- Column Name: What you want the header to say (e.g., “Delivery Date”)
- Meta Key: The exact key from the step above (e.g.,
)1_delivery_date
- Column Type: How to format the data – Text, Number, Date, or Yes/No
- Click Create Column
- Check the new column’s box to enable it
- Close Screen Options
Picking the right column type
WooCommerce Plugin
Want to filter orders, add custom columns, and export CSV from your WooCommerce admin? Try OrderFusion — free Lite on WordPress.org, Pro on WooCommerce.com.
Install OrderFusion Lite (free) · View OrderFusion Pro on WooCommerce.com
Three columns worth building today
1. Delivery date
- Column Name: Expected Delivery
- Meta Key:
(check your plugin’s documentation)1_delivery_date
- Column Type: Date
2. PO number
- Column Name: PO Number
- Meta Key:
(varies by plugin)1_po_number
- Column Type: Text
3. Gift message
- Column Name: Gift Message
- Meta Key:
(varies by plugin)1_gift_message
- Column Type: Text
Combine custom columns with views
- Create a custom “Expected Delivery” column (as described above)
- Create a custom “Delivery Date Range” filter (click + in the Filters section, same meta key, type: Date range)
- Enable both the column and the filter
- Set the filter to this week’s date range
- Add built-in columns: Order #, Customer name, Products
- Click the + in the custom views block above the orders list
- Name it “This Week’s Deliveries” and save
