Well, I am running into a few issues as my shop is based on charging shipping from products from various warehouses and are grouped accordingly for proper shipping charges when checking out.
For example, 3 dif items in an order all come from the same warehouse and will be grouped/weighed for a shipping price from THEIR location. Samme applies to all products in an order if there is more than one from same origin.
My original question though, applies to this example order (numbers not important) since the items on backorder will be left on hold but I can process/ship the others:
Order #001
TITLE($Price) x QUANTITY = Sum + Tax + $SHIPPING COST = Toal For Item
———————————————————————–
Product A ($1) x 12 = $12 + $0.96 + $5 =
Product B ($2) x 12 = $24 + $1.92 + $10 =
Product C ($3) x 12 = $36 + $2.88 + $15 =
Product D ($4) x 12 = $48 + $3.84 + $20 =
Product E ($5) x 12 = $60 + $4.80 + $25 =
Total SHIPPINg cost = $75
That will split into 5 orders with correct items & quantities in each BUT no tax charges and the shipping charges for each split order will all be same as first order. For example, the first two split orders are
E.g.
Split Order #002
TITLE($Price) x QUANTITY = Sum + Tax + $SHIPPING COST = Toal For Item
———————————————————————–
Product A ($1) x 12 = $12 + N/A + $75 =
Split Order #003
TITLE($Price) x QUANTITY = Sum + Tax + $SHIPPING COST = Toal For Item
———————————————————————–
Product B ($2) x 12 = $24 + N/A + $75 =
Sorry if confusing but did the best I could for now. ??
P.S. Basically I would only look into the tax not being charged in the new split orders since the shipping arrangements I have going on involve other plugins and settings that involve choosing a shipping method for each set of grouped items.
WHEW! Haha!
Thanks