xpay✦ Commerce
Directory
WooCommerce plugins
Additional Order Filters for WooCommerce
Additional Order Filters for WooCommerce
Do you have a large WooCommerce store with hunderd or thousands orders? Then this plugin created for you.
5.0
(6 ratings)Will this break my store?
What the WordPress.org registry says about keeping Additional Order Filters for WooCommerce running.
Tested to 6.9.5 — 1 branch behind 7.0
Tested against the WordPress branch in use today.8 months ago
At least 1.6 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.7.0
Your host must be running at least this version.6.2
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.Maintenance & trust
Scored on how Additional Order Filters for WooCommerce is looked after — not on how many stores run it.
74
out of 100Maintenance
26 / 35WordPress compatibility
14 / 20Support responsiveness
Not enough dataMerchant satisfaction
12 / 15Listing transparency
7 / 10Ratings
5.0
6 ratingsAdditional Order Filters for WooCommerce adds additional filters, with which you can easily and quickly find the orders you need among hundreds of others.
Plugin allows you to search by next filters:
- Order Statuses
- Payment Method
- Customer Group
- Shipping Method
- Customer details (email, name, phone, etc)
- Customer Billing Country
- Track Number
- SKU number
- Date Range
- Order price total
You also can set your own custom order filters based on order meta fields. This can be any order field, including other plugins.
Fully support High-Performance Order Storage of WooCommerce. Support for the previous version of orders (WordPress posts storage (legacy)) also remains.
Absolutely free. Let’s try it!
Yes, fully supports High-Performance Order Storage of WooCommerce.
Just open tabs with additional filters on Woocommerce orders grid page. Enter a value in the field you need and click ‘Apply filters’ button.
Yes! You can separate values by comma ‘,’. For example, in SKU field: ‘MM123, AS321’; Email: ‘post@site.com, anna@site.com’, etc.
Yes! For example, order user phone is 1 (111) 682-5352. You can try search any part of this number: ‘682’, ‘111’, ’53’, ’52’, etc.
Try to refine your search. Fill in other fields, don’t use part of the value.
Sorry about that. The author has included only the most commonly used filters. You could try contacting the author and asking to add a filter. Alternatively, you can try creating your own custom filter.
Yes. Since version 1.24 the plugin provides the woaf_custom_filter_input filter hook.
This filter allows you to fully customize the HTML output of any user-defined filter field.
Example usage:
add_filter( ‘woaf_custom_filter_input’, function( $html, $filter, $value, $count ) {
// Example: replace text input with a select dropdown
if ( $filter[‘filter-field’] === ‘my_custom_meta’ ) {
$html = ‘
Any
A
B
‘;
}
return $html;
}, 10, 4 );
To contact the author by email antonbondarevych.fruitit@gmail.com
Categories
Plugin details
Tags on WordPress.org
