Contents
hide
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
