List Orders with Backorders for WooCommerce

plugin banner

A WordPress Plugin to List Orders with Backordered items on them. This helps the store manager with a list of orders that need items to complete fulfi …

Author:Howard Ehrenberg (profile at wordpress.org)
WordPress version required:4.6
WordPress version tested:5.9
Plugin version:2.3.2
Added to WordPress repository:21-03-2017
Last updated:27-01-2022
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:2
Plugin URI:http://www.duckdiverllc.com/
Total downloads:3 159
Active installs:100+
plugin download
Click to start download

While WooCommerce makes it easy to allow for customers to backorder items, there is no mechanism for retailers to keep track of what orders actually have backordered items on them.

This plugin will automatically detect backordered items for orders that are placed though WooCommerce.

You can also modify the order meta (by editing the order) to update the Backordered quantity, or manually add “Backordered” as a Meta Key and the quantity as the Meta Value. This plugin will only detect orders whose status is pending, processing, or on-hold. Completed orders will automatically remove themselves from the list.

Version 2.0 Includes jQuery DataTables to allow easy manipulation of the output of the backordered items list, and allows for export to PDF, XLS, or CSV files.

Report Title is in Ymd_backorder_list Format. This can be filtered in your functions.php with filter ‘dd_list_backorders_report_title’

for example:

add_filter('dd_list_backorders_report_title', function(){return 'this_is_the_title';});

Requirements

This plugin requires the use of WooCommerce.


Screenshots
ChangeLog