Split order by weight for WooCommerce

Split order by weight for WooCommerce Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 831 downloads
Split order by weight for WooCommerce Icon

Try plugin: Split order by weight for WooCommerce

We'll create fresh WordPress site with Split order by weight for WooCommerce installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Split order by weight for WooCommerce

“Split order by weight” plugin can split an order automatically into multiple orders based on the weight of the items in the cart.

0


0


0


0


0

updated: 2 months ago
since: 3 years ago
author: SunArc

Description

“Split order by weight” Plugin allows splitting an order into separate orders based on weight.

This Plugin can be used to split an order automatically into multiple orders based on the weight of the products in the cart. The customer will receive different order ids for their ordered cart.

With different order ids, customers can view all the order ids in their Order History and track each item separately.

Split order for WooCommerce Features

A) Default Condition

  • When the condition is Default then the order is split irrespective of any weight.
  • All items in the cart available will be splitted into a seperate order.
    Example: If an order has 4 products then the order is split into 4 different orders no matter what the weight of items are.

B) Split by Weight

  • When we enable this option, a threshold weight value is set in woocommerce settings.
  • Split by weight means order splits only if the total weight of products comes under threshold weight.
  • In case of more than one item in order, the number of split orders depends on the total occurrence of this case.

A brief Markdown Example

We can understand the work process of the Plugin with the below-given example.

This Plugin will split order by weight into multiple orders based on the specified weight in the configuration. If the weight is 1lbs and the cart has a below scenario then it will split as below scenario.

Example: Cart Items

  • We have set 2 Kg as threshold weight in the backend and we have 5 products in order out of which only two products have weight 1 kg others have weight less than 1 Kg. Then the order will split in 2 different orders having different order ids. In first order, two items with 1 kg weight each and the rest of items will be in next order.

P1 = 1 Kg
P2 = .6 Kg
P3 = .3 Kg
P4 = .1 Kg
P5 = 1 Kg

Then it will be split like:

Order 1 = P1 + P5,

Order 2 = P2 + P3 + P4,

Note: Here is P means = Product.

Developer Help

Bug reports and feedbacks are always welcome. Report here.

License

This WordPress plugin is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or any later version.
This WordPress plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this WordPress plugin. If not, see.