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 Screen

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 + Export

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

  1. Open any order that has the data you want to display
  2. 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)
  3. Look at the “Name” column – that’s your meta key

Create your first custom column

  1. Go to WooCommerce > Orders
  2. Click Screen Options (top-right corner)
  3. In the Columns section, click the + button
  4. Fill in the form:
  5. Column Name: What you want the header to say (e.g., “Delivery Date”)
  6. Meta Key: The exact key from the step above (e.g.,
    1
    _delivery_date
    )
  7. Column Type: How to format the data – Text, Number, Date, or Yes/No
  8. Click Create Column
  9. Check the new column’s box to enable it
  10. 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.

Three columns worth building today

1. Delivery date

  • Column Name: Expected Delivery
  • Meta Key:
    1
    _delivery_date
    (check your plugin’s documentation)
  • Column Type: Date

2. PO number

  • Column Name: PO Number
  • Meta Key:
    1
    _po_number
    (varies by plugin)
  • Column Type: Text

3. Gift message

  • Column Name: Gift Message
  • Meta Key:
    1
    _gift_message
    (varies by plugin)
  • Column Type: Text

Combine custom columns with views

  1. Create a custom “Expected Delivery” column (as described above)
  2. Create a custom “Delivery Date Range” filter (click + in the Filters section, same meta key, type: Date range)
  3. Enable both the column and the filter
  4. Set the filter to this week’s date range
  5. Add built-in columns: Order #, Customer name, Products
  6. Click the + in the custom views block above the orders list
  7. Name it “This Week’s Deliveries” and save

Managing your custom columns

When a column shows blank

Try it yourself