- Requires WordPress 3.8+, WooCommerce 2.2+
- Contributors: Lukas Besch, Beka Rice, SkyVerge
- Like this? We always appreciate donations
- Current version: 1.2.0
- License: GPLv3
Does exactly what you think :) This plugin adds some new filtering options to the orders screen. This allows you to filter your orders by:
- the coupon used within the order.
- shipping method
- attributes in bought products
- Be sure you're running WooCommerce 2.2+ in your shop.
- Upload the entire
woocommerce-advanced-order-filters
folder to the/wp-content/plugins/
directory, or upload the .zip file with the plugin under Plugins > Add New > Upload - Activate the plugin through the Plugins menu in WordPress
You can now filter your orders in your shop by visiting WooCommerce > Orders in your admin.
== Frequently Asked Questions == = Why don't all of my coupons show up in the dropdown? = Only coupons with a status of "published" will be shown here. If your coupon is set up as draft, it won't be used for filtering.
= I don't see a dropdown at all! What gives? = The coupon filtering dropdown will only show if coupons are present in your shop and published :).
= Can I filter for orders that have used more than one coupon? = Sorry, this functionality isn't available. This plugin is simply meant to be an easy way to check for orders that contain a particular coupon. If an order uses more than one coupon, it will still be included when filtering, so long as the coupon you're filtering for was used.
= Can I translate this in my language? = Yep! There's only one string to translate, but you can do so :). The coupon names are pulled directly from your coupon list, so they can be translated there.
The text domain to use is wc-advanced-order-filters
.
= This is handy! Can I contribute? = Yes you can! Join in on our GitHub repository and submit a pull request :)
- The new coupon filter added to the Orders page
2019.08.07 - version 1.2.0
- Forked from woocommerce-filter-orders
- Filter by shipping method
- Filter by attribute pa_popup-store
2017.06.27 - version 1.1.0
- Feature: Add support for GitHub Updater
- Misc: Code cleanup
2015.07.27 - version 1.0.1
- Misc: WooCommerce 2.4 compatibility
2015.03.06 - version 1.0.0
- Initial Release