Loading...
banner plugin Image
woo-image

Filter Orders by Product for WooCommerce

By Kowsar Hossain

Description

This plugin allows you to filter your WooCommerce orders by specific products or product categories. Once installed, a new filter dropdown will appear on the WooCommerce Orders screen, showing a list of all products.

Simply select a product and click the 'Filter' button to view orders that contain only that product. This feature simplifies order management and enhances your workflow.

Additionally, the plugin is compatible with both WooCommerce's new High-Performance Order Storage (HPOS) and the legacy WordPress posts storage, ensuring seamless functionality regardless of your setup.

Other Notable Features

Here are a few other notable features of this free Filter Orders by Product for WooCommerce plugin.

check-fill
filter orders
check-fill
woocommerce orders
check-fill
product filter

Screenshots

FAQ

Currently, this plugin only works for published products. To make it work for all product statuses (e.g., draft, private), add the following code to your theme’s functions.php file:

add_action( 'wfobp_product_status', 'filter_order_by_product_status' ); function filter_order_by_product_status(){     return 'any'; } 

Contributors and developers

“Filter Orders by Product for WooCommerce” is open source software. The following people have contributed to this plugin.

WPS
Exclamation-Image

6.65

Average

Star-Image

Ratings

4.7 out of 5 | 15
History-Image

Version

4.1.2
calendar-Image

Last updated

7 months ago
Star-Image

Active installations

4,000+
Star-Image

WordPress version

6.8.5 or higher
php-Image

PHP version

5.6 or higher
translate-Image

Languages

12

Tags

Admin,Filter,Order,Product,Woocommerce