PluginSift
PluginsThemesCompare
Directory
  • Plugins
  • Themes
  • Compare Plugins
Plugin Comparisons
  • SEO
  • Security
  • Ecommerce
  • Page Builders
  • Caching
  • Backup
  • Forms
  • Analytics
Resources
  • About
  • Contact
  • llms.txt

© 2026 PluginSift. Data sourced from WordPress.org. · [email protected]

  1. Home
  2. Plugins
  3. Admin
  4. Filter Orders by Product for WooCommerce
Filter Orders by Product for WooCommerce icon

Filter Orders by Product for WooCommerce

Simplify order management by filtering WooCommerce orders by any specific product or product category using this plugin

By Kowsar Hossain·Admin·Free
4.7(15 reviews)
·4.0K+ active installs·Updated 6 months ago
DownloadVisit HomepageCompare

As of April 2026, Filter Orders by Product for WooCommerce is a WordPress admin plugin with 4.0K+ active installations and a 4.7/5 rating from 15 reviews. It has been downloaded 58K+ times in total. Requires WordPress 3.0.1+ and PHP 5.6+. Available on WordPress.org since 2015. Downloads are up 20% this week. Top alternative: Loginizer.

4.7/515 reviews
4.0K+active installs
58K+total downloads
11 yearssince 2015

Overview

Have you ever wanted to filter your order page results by a specific product? With this plugin, now you can!

Once installed, a new filter dropdown will appear on the WooCommerce Orders screen, displaying a list of all products. Simply select a product and click the “Filter” button to view orders containing only that product.

This plugin supports filtering orders by:

  • Product Name
  • Product Category

Note: This plugin is compatible with both WooCommerce’s new HPOS (High-Performance Order Storage) and the legacy WordPress posts storage. Whether you’re using HPOS or the traditional storage method, this plugin will work seamlessly.

Read full description on WordPress.org

Screenshots

Ratings & Reviews

4.715 reviews
5 ★
13
4 ★
1
3 ★
0
2 ★
0
1 ★
1

Recent Reviews

Good improvement
by Artem Yanin·1 year ago

Hi friend, thanks for your plugin! i tried to integrate search by SKU for woo, but then i found your plugin. I did small improvement to your code, so now we can search products by SKUs also, i would like that you will add it to your code, so we’ll not lose it with next update:)
i did change in dropdown_fields() function
and replaced your query:

	public function dropdown_fields() {
global $wpdb;

$status = apply_filters( 'wfobp_product_status', 'publish' );
$sql = "SELECT p.ID AS product_id, p.post_title AS product_title, pm.meta_value AS product_sku
FROM $wpdb->posts as p
LEFT JOIN $wpdb->postmeta as pm ON pm.post_id = p.ID
WHERE p.post_type = 'product'
AND pm.meta_key = '_sku'";
$sql .= ( $status == 'any' ) ? '' : " AND post_status = '$status'";
$all_posts = $wpdb->get_results( $sql, ARRAY_A );

$fields = array();
$fields[0] = esc_html__( 'All Products', 'woocommerce-filter-orders-by-product' );
foreach ( $all_posts as $all_post ) {
$fields[ $all_post['product_id'] ] = $all_post['product_title'] . '(' . $all_post['product_sku'] . ')';
}

return $fields;
}

You used select2 search for dropdown, so now we have sku in product name and we easily can search product by typing SKUs in search dropdown 🙂

Excellent plugin
by Knut Sparhell·1 year ago

This plugin does exactly what it says, and good. Very handy and simply a must have. I have made my own (private) plugin depend on this one. Can’t live without it.

filter by product – completely useless
by volkerforster·2 years ago·1 reply

WC’s very own order search already works with product names. This plugin would only make sense if it would add SKU search, but this is not the case.

Great and simple!
by toni12·2 years ago

Thank you very much, great and simple plugin!

Handy, but needs one more thing…
by 4wdabcwebmaster·2 years ago·1 reply

Four stars for now… add the ability to EXCLUDE one product or category, and it gets a fifth 🙂

Download Trends

Today: 15Yesterday: 18This week: 72Period total: 8K

Compatibility

WordPress3.0.1+ requiredTested up to 6.8.5
PHP5.6+ required

Version Adoption

v4.1
83.5%
Other
8.3%
v3.2
8.2%

Top Alternatives to Filter Orders by Product for WooCommerce

Loginizer icon
Loginizer
4.81.0M+ installsUpdated 1 month ago
ViewCompare
Redux Framework icon
Redux Framework
4.41.0M+ installsUpdated 1 week ago
ViewCompare
LightStart – Maintenance Mode, Coming Soon and Landing Page Builder icon
LightStart – Maintenance Mode, Coming…
4.3500K+ installsUpdated 2 weeks ago
ViewCompare
Admin Menu Editor icon
Admin Menu Editor
4.6400K+ installsUpdated 1 month ago
ViewCompare
White Label CMS icon
White Label CMS
4.7200K+ installsUpdated 11 months ago
ViewCompare
View all admin plugins →

Frequently Asked Questions

Changelog

4.1.2 – Sep 21, 2025

  • Tweak: Plugin name updated
View full changelog on WordPress.org

Contributors

Kowsar HossainKowsar Hossain
Plugin Info
Version
4.1.2
Last Updated
Sep 21, 2025
WP Requires
3.0.1+
Tested Up To
6.8.5
PHP Requires
5.6+
Active Installs
4.0K+
Downloads
58K+
Added
Aug 10, 2015
Business
Free

Tags

adminorderfilterproductwoocommerce

Developer

K
Kowsar Hossain
3 plugins0.0M+ total installs
View all plugins →

Quick Compare

Filter Orders by Product for WooCommerce vs Loginizer→Filter Orders by Product for WooCommerce vs Redux Framework→Filter Orders by Product for WooCommerce vs LightStart – Maintenance Mode, Coming…→

Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.