1. Home
  2. Docs
  3. Split Order By Weight for Woocommerce
  4. How Does the Plugin Work?
Download PDF

How Does the Plugin Work?

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 configuration. If the weight is 1lbs and the cart has a below scenario then it will split as below scenario.

Example: Cart Items 

P1 = 1 lbs

P2 = .6 oz

P3 = .3 oz

P4 = .7 oz

P5 = 1.3 lbs

Then it will be split like:

Order 1 = P1,

Order 2 = P5,

Order 3 = P4,

and Order 4 = P2 and P3.

Note: Here is P means = Product.

Download Guide
Was this article helpful to you? Yes No

How can we help?