Wordpress plugins
WooCommerce Filter Orders by Product

WooCommerce Filter Orders by Product

Version : 2.0.7
Tested up to : 4.7.6
Number of download : 5240
Average rating : 5 / 5 on 2 votes 2 votes, 5 avg.rating

Screenshots

WooCommerce Filter Orders by Product
WooCommerce Filter Orders by Product
WooCommerce Filter Orders by Product
WooCommerce Filter Orders by Product

Ever wanted to filter the order page results by any specific product? Now with this plugin, you can! After installing this plugin, a new filter dropdown will appear in WooCommerce Orders screen. This dropdown shows a list of all published products. Just select a product and click on “Filter” button. Results will display only the orders which contains that specific product. Currently this only works for published products. If you want it to work for all product statuses eg. draft, private etc you have to add the following code in your theme’s functions.php file: add_action( 'wfobp_product_status', 'filter_order_by_product_status' ); function filter_order_by_product_status(){ return 'any'; }

Download now