Plugin Pulse
← Pulse

Filter Orders by Product for WooCommerce

by Kowsar Hossain · Admin & Utilities

Also makes 2 other plugins · 4.0K+ installs across the portfolio →

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

How scoring works →
87 Health · A
Maintenance 100/100
Rating quality 84/100
Support 70/100

87 health vs 54 average across 3,791 Admin & Utilities plugins

Directory ranking optimization

How it's scored →

How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.

93 / 100

Excellent listing optimization

Well tuned across the board

Update recency 100/100
WP compatibility 100/100
Rating quality 71/100
Listing tuning 100/100

Daily downloads

Since 2022-10-05 · 1,424 days · wp.org + Plugin Pulse archive

+45% vs prior 30d
56Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

538

now · peak 3.1K

51530d downloads · Aug 26

Directory rank vs rivals

wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you

Filter Orders by Pro · #3413 you Advanced Order Expor · #323 HUSKY · #506 WCBoost · #928

Rating trend

Star average over time · dips mark rough releases

4.7Stars · Aug 26

Update activity

How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.

129per 1k installs · Aug 26

Release cadence

Occasionally updated
from wp.org release tags

How often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.

1

releases in the last 12 months

2mo ago

latest release · v4.1.2

18

tagged releases on record

Recent releases

4.1.2 · 2mo ago4.1 · 1.4y ago4.0 · 2.7y ago3.3 · 3.0y ago3.2.1 · 3.9y agodummy · 3.9y ago3.2 · 6.0y ago3.1 · 6.0y ago3.0 · 7.2y ago2.0.7 · 7.3y ago2.0.6 · 9.7y ago2.0.5 · 10.4y ago2.0.4 · 10.7y ago2.0.3 · 10.7y ago

What its installed base runs

via wordpress.org

Share of active installs on each version of this plugin · 85% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.

v4.1 85%
v3.2 7.3%
Older / other versions 7.3%

Estimated active installs

The public count shows “4K+”. Our estimate pins where the real number sits.

tracked estimate
4K–5K ≈4.7K

Refined from the date this plugin crossed into its current band.

Install history · since 2015-09-08 · 1,430 observations

4KInstalls · Aug 26

Estimated value

What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.

Est. annual revenue

N/A

Est. acquisition value

N/A

No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.

Details

Version
4.1.2
Last updated
2mo ago
Added
2015-08-10 · 11 yrs old
Requires WP
3.0.1
Tested up to
7.0.4
Requires PHP
5.6

Recent reviews

All reviews on wp.org ↗
  1. Artem Yanin
    1.8y 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() functionand 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 🙂

    Read on wp.org ↗
  2. Knut Sparhell
    2.3y 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.

    Read on wp.org ↗
  3. Volker Forster
    2.6y ago

    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.

    Read on wp.org ↗
  4. toni12
    3.4y ago

    Thank you very much, great and simple plugin!

    Read on wp.org ↗
  5. 4wdabcwebmaster
    3.4y ago

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

    Read on wp.org ↗
  6. renisauria
    5.4y ago

    This plugin is super helpful. I wanted to add a link on a custom admin page to orders for a specific product, and I just had to copy the URL string and add it to a link. Many thanks to the author!

    Read on wp.org ↗
  7. creativexagency
    5.7y ago

    Very helpful! Thank you!

    Read on wp.org ↗
  8. yositsitsu
    6.3y ago

    Does a great job, thanks!

    Read on wp.org ↗

Latest updates

via wp.org changelog

Recent releases and news for this plugin

  1. Version 4.1.2 Tweak: Plugin name updated 4.1.2
  2. Version 4.1 Tweak: Readme updated 4.1
  3. Version 4.0 Tweak: Added WooCommerce HPOS support 4.0
  4. Version 3.3 Fix: Resolved PHP notice caused by incorrect use of the is_search() function 3.3
  5. Version 3.1 Readme updated 3.1
  6. Version 3.0 New: Now it’s possible to filter by Product Category Code refactored 3.0

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 8.1.12 · WP 6.8.3

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Languages

via translate.wordpress.org

Translated into 13 languages, 0 at 90% or more

Catalan 85%
Chinese (China) 85%
English (UK) 85%
Norwegian (Bokmål) 85%
Spanish (Chile) 85%
German 71%
Italian 71%
Japanese 71%
Spanish (Spain) 71%
Swedish 71%
French (Belgium) 42%
French (France) 42%
Romanian 14%

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2025-11-29 5K+ → 4K+ down after 2 days in tier
  2. 2025-11-27 4K+ → 5K+ up after 8 days in tier
  3. 2025-11-19 5K+ → 4K+ down after 7 days in tier
  4. 2025-11-12 4K+ → 5K+ up after 3 days in tier
  5. 2025-11-09 5K+ → 4K+ down after 49 days in tier
  6. 2025-09-21 4K+ → 5K+ up after 1 days in tier
  7. 2025-09-20 5K+ → 4K+ down after 18 days in tier
  8. 2025-09-02 4K+ → 5K+ up after 1 days in tier

Competes with

The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).

Compare head to head →

Embed this report card

Drop a live Pulse card for Filter Orders by Product for WooCommerce into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/woocommerce-filter-orders-by-product" width="480" height="300" style="border:0" loading="lazy" title="Filter Orders by Product for WooCommerce — Plugin Pulse"></iframe>
Preview card ↗

Filter Orders by Product for WooCommerce: 4K+ active installs, 4.7★ (15 reviews). Plugin Pulse (WP Mayor), as of 2026-08-28. https://plugins.wpmayor.com/plugin/woocommerce-filter-orders-by-product