WooCommerce Filter Orders By Product Wordpress Plugin - Rating, Reviews, Demo & Download

WooCommerce Filter Orders By Product Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

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 products. Just select a product and click on the “Filter” button. It’ll show up the orders which contain only that specific product.

New: From version 3.0 now it’s possible to filter by “Product Category” as well.

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';
}

This project is on GitHub

Screenshots

  1. From admin panel, Click on "WooCommerce>Orders" to visit the Orders screen. There you'll see a new dropdown filter.

    From admin panel, Click on “WooCommerce>Orders” to visit the Orders screen. There you’ll see a new dropdown filter.

  2. Click on that dropdown and you'll see a list of all products. Select a product and click on "Filter" button. It'll show up the orders which contains only that specific product.

    Click on that dropdown and you’ll see a list of all products. Select a product and click on “Filter” button. It’ll show up the orders which contains only that specific product.


Reviews & Comments