Title: WC Backorder Split
Author: akshayaswaroop
Published: <strong>February 22, 2019</strong>
Last modified: February 17, 2026

---

Search plugins

![](https://ps.w.org/wc-backorder-split/assets/banner-772x250.png?rev=2036890)

![](https://ps.w.org/wc-backorder-split/assets/icon.svg?rev=2740078)

# WC Backorder Split

 By [akshayaswaroop](https://profiles.wordpress.org/akshayaswaroop/)

[Download](https://downloads.wordpress.org/plugin/wc-backorder-split.2.1.0.zip)

 * [Details](https://kea.wordpress.org/plugins/wc-backorder-split/#description)
 * [Reviews](https://kea.wordpress.org/plugins/wc-backorder-split/#reviews)
 *  [Installation](https://kea.wordpress.org/plugins/wc-backorder-split/#installation)
 * [Development](https://kea.wordpress.org/plugins/wc-backorder-split/#developers)

 [Support](https://wordpress.org/support/plugin/wc-backorder-split/)

## Description

WC Backorder Split is a free WooCommerce extension that **automatically** creates
a separate order with status “Backordered” for the products that you don’t have 
in stock (Products on backorder).

#### Key Features

 * **Automatic Order Splitting** – Automatically splits orders when products are
   on backorder
 * **Complete Order Data Transfer** – Copies shipping methods, payment info, fees,
   coupons and taxes to backorder
 * **Order Relationship Tracking** – Links parent and backorder orders for easy 
   reference
 * **Custom Order Status** – Adds “Backordered” status to WooCommerce
 * **Order Notes** – Automatically adds notes explaining the split to both orders
 * **Admin Interface** – Shows linked orders directly in order details page
 * **HPOS Compatible** – Full support for WooCommerce High-Performance Order Storage
 * **Developer Friendly** – Extensive hooks and filters for customization

#### Developer Features

Developers can extend the plugin using built-in hooks:

 * `wcbs_before_split_order` – Action before order splitting
 * `wcbs_after_split_order` – Action after order splitting
 * `wcbs_backorder_created` – Action when backorder is created
 * `wcbs_should_split_order` – Filter to prevent splitting
 * `wcbs_backorder_items` – Filter to modify backorder items
 * `wcbs_backorder_status` – Filter to change backorder status

If you enjoyed this plugin then please put a review, that will encourage me to bring
some more …

## Screenshots

 * [[
 * WooCommerce orders admin.

## Installation

#### Minimum Requirements

 * WooCommerce 3.0 or later

 1. Upload ‘wc-backorder-split’ to the ‘/wp-content/plugins/’ directory or install 
    the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Done!

## FAQ

### How It Works?

_check installation_

## Reviews

![](https://secure.gravatar.com/avatar/e39eb9a57c249b5ae68d55555ca0ac68a5b8f3d80ed2a836e17ca20ae0e5ce33?
s=60&d=retro&r=g)

### 󠀁[Does not actually split orders, only adds Backorder label to entire order](https://wordpress.org/support/topic/does-not-actually-split-orders-only-adds-backorder-label-to-entire-order/)󠁿

 [Pandemo25](https://profiles.wordpress.org/pandemoniumparadise/) May 29, 2025

I thought this plugin would actually split my orders (for e.g. – A customer makes
an order that contains one In stock product and one Backordered product) so that
the In stock product would be on one order and the backorder product be in a seperate
order but instead it just adds a label in the orders page in Woocommerce as the 
order as a single order, simply titled ‘Backorder’. It seems I need an actual splitter
and partial shipment plugin for my needs.I’ve since deleted this plugin. Hopefully
they can improve the features in future,

![](https://secure.gravatar.com/avatar/7a1229fb9a6fd02b9e86ac866c0fba5c86b58e4491b1799e92434a153c2a14fa?
s=60&d=retro&r=g)

### 󠀁[Great plugin](https://wordpress.org/support/topic/great-plugin-21656/)󠁿

 [](https://profiles.wordpress.org/katoen/) April 26, 2019

Hi, exactly what i was looking for. Thanks!

![](https://secure.gravatar.com/avatar/2386ef6eb696dd50cb0c0a64988f96a794270870f6b17e17b01b398afb8e1b2b?
s=60&d=retro&r=g)

### 󠀁[Awesome idea!](https://wordpress.org/support/topic/awesome-idea-9/)󠁿

 [Mischa Sigtermans](https://profiles.wordpress.org/djmischaa/) March 27, 2019

Wish Woo had a default option for this, but thanks for your solution! Works like
a charm.

 [ Read all 3 reviews ](https://wordpress.org/support/plugin/wc-backorder-split/reviews/)

## Contributors & Developers

“WC Backorder Split” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ akshayaswaroop ](https://profiles.wordpress.org/akshayaswaroop/)
 *   [ wpheka ](https://profiles.wordpress.org/wpheka/)

[Translate “WC Backorder Split” into your language.](https://translate.wordpress.org/projects/wp-plugins/wc-backorder-split)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wc-backorder-split/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wc-backorder-split/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wc-backorder-split/)
by [RSS](https://plugins.trac.wordpress.org/log/wc-backorder-split/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.1.0 – 2026-02-17

 * Security – Fixed unsanitized $_SERVER[‘REQUEST_URI’] access in REST API detection.
 * Enhancement – Added comprehensive order data copying: shipping methods, payment
   info, fees, coupons, and taxes.
 * Enhancement – Added order relationship linking between parent order and backorder.
 * Enhancement – Added order notes to both orders explaining the split operation.
 * Enhancement – Added admin panel display showing linked orders in order details.
 * Enhancement – Added developer hooks for extensibility (wcbs_before_split_order,
   wcbs_after_split_order, wcbs_backorder_created, wcbs_split_order_error).
 * Enhancement – Added filter hooks for customization (wcbs_should_split_order, 
   wcbs_backorder_items, wcbs_backorder_status).
 * Enhancement – Improved item meta data copying during split to preserve product
   variations and custom data.
 * Enhancement – Added comprehensive PHPDoc documentation with @since tags throughout
   codebase.
 * Fix – Critical: Added protection against duplicate order splits on page reload.
 * Fix – Fixed fatal error “Call to a member function save() on int” when copying
   item meta data.
 * Fix – Fixed order splitting logic to work correctly when product stock status
   is already ‘onbackorder’.
 * Fix – Removed unnecessary is_on_backorder() check that prevented stock quantity
   tracking.
 * Fix – Properly retrieve order item objects after add_product() to enable meta
   data copying.
 * Fix – Updated version number consistency across all plugin files.
 * Fix – Updated @version tags in PHPDoc blocks to reflect current version.
 * Fix – Made bulk action text translatable for better localization support.
 * Fix – Added return value to is_request() method for better error handling.

#### 2.0 – 2025-11-10

 * Security – Added CSRF protection with nonce validation for AJAX requests.
 * Security – Added capability checks for admin operations.
 * Security – Enhanced input validation and sanitization.
 * Enhancement – Improved error handling with try-catch blocks and logging.
 * Enhancement – Added comprehensive PHPDoc documentation.
 * Enhancement – Optimized performance by loading admin styles only on relevant 
   pages.
 * Enhancement – Improved database query efficiency using specific item types.
 * Enhancement – Enhanced product and order validation throughout the codebase.
 * Enhancement – Added detailed error logging for debugging and monitoring.
 * Fix – Fixed class reference in singleton pattern documentation.
 * Fix – Improved code structure and readability.
 * Tweak – Maintained full HPOS (High-Performance Order Storage) compatibility.

#### 1.9 – 2025-05-14

 * Enhancement – WooCommerce Version 9.8.5 compatibility added.

#### 1.8 – 2024-07-29

 * Enhancement – WooCommerce Version 9.1.4 compatibility added.
 * Enhancement – WooCommerce High Performance Order Storage compatibility added.

#### 1.7 – 2022-06-09

 * Enhancement – WooCommerce Version 6.5.1 compatibility added.

#### 1.6 – 2021-01-16

 * Fix – Negative stocks checking issue fixed.

#### 1.5 – 2021-01-15

 * Fix – Parent order quantity issue fixed.
 * Tweak – WC 4.9.0 support added.

#### 1.4 – 2020-06-12

 * Enhancement – Deactivation feedback form added.
 * Enhancement – Plugin structure updated.
 * Tweak – WC 4.2 support added.

#### 1.3 – 2019-06-13

 * Order status updation issue fixed

#### 1.2 – 2019-06-11

 * Order splitting bug fixes

#### 1.1 – 2019-04-8

 * Guest user data in backorder bug fixed

#### 1.0

 * Initial release

## Meta

 *  Version **2.1.0**
 *  Last updated **2 months ago**
 *  Active installations **60+**
 *  WordPress version ** 4.9 or higher **
 *  Tested up to **6.9.4**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wc-backorder-split/)
 * Tags
 * [backorder](https://kea.wordpress.org/plugins/tags/backorder/)[order split](https://kea.wordpress.org/plugins/tags/order-split/)
   [split](https://kea.wordpress.org/plugins/tags/split/)
 *  [Advanced View](https://kea.wordpress.org/plugins/wc-backorder-split/advanced/)

## Ratings

 3.7 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/wc-backorder-split/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wc-backorder-split/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wc-backorder-split/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wc-backorder-split/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/wc-backorder-split/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/wc-backorder-split/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wc-backorder-split/reviews/)

## Contributors

 *   [ akshayaswaroop ](https://profiles.wordpress.org/akshayaswaroop/)
 *   [ wpheka ](https://profiles.wordpress.org/wpheka/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wc-backorder-split/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.me/AKSHAYASWAROOP)