=== WooCommerce Split Orders ===
Tags: orders, splitting, admin
Requires at least: 4.6
Tested up to: 5.4
Requires PHP: 5.6
License: GPLv3 or later License
URI: http://www.gnu.org/licenses/gpl-3.0.html

Split orders so you can process and ship each part separately.

== Description ==

The Split Orders plugin allows you to split orders, moving items into new orders for processing separately. Choose the
quantity of each line item to move and they will be split to a new order, assigned to the same customer and with
matching shipping and billing details.

== Getting started ==

To split an order:

1. Open the order you wish to split
2. Click the Split order button, which appears in the action buttons below the list of line items
3. Input the quantity of each line item that you wish to split out and click the Complete split button
4. A new order will be created with the split items. Refer to the order notes for a link to the split order

== Installation ==

1. Download the plugin .zip file.
2. Go to: WordPress Admin > Plugins > Add New and Upload Plugin with the file you downloaded with Choose File.
3. Install Now and Activate the extension.

OR

1. Download the plugin .zip and extract it locally.
2. Use SFTP to upload the split-orders directory to the wp-content/plugins directory inside your WordPress installation.
3. Activate the plugin through the WordPress admin plugins interface.

== Changelog ==

1.0 Initial release