Hello,
I need help how to properly set up my shipping rules for
ordering multiple tangible items according to the following conditions:
PRODUCT PRICES (tangible goods):
Product A (weight 350 grams) = 10 $ (value)
Product B (weight 550 grams) = 15 $ (value)
SHIPPING PRICES (depend on weight):
Shipping rule #1 = from 251 – 500 grams = 7.5 $ (flat rate)
Shipping rule #2 = from 501 – 1,000 grams = 15 $ (flat rate)
Shipping rule #3 = from 1001 – 2,000 grams = 25 $ (flat rate)
I can ship max. 2,000 grams per parcel (regular envelope).
I can ship max. 2 items per parcel (regular envelope).
I can let buyers change quantity.
So, if a buyer chooses to order multiple items, for example:
Product A x2 = 10$ x2 = 20$ (total 700g)
Product B x3 = 15$ x3 = 45$ (total 1,650g)
The calculation for this whole ORDER should look like this:
FIRST parcel
Product A x2 = 10$ x2 = 20$ (total w. 700g) + shipping #2 15$ = 35$ TOTAL
SECOND parcel
Product B x2 = 15$ x2 = 30$ (total w. 1,100g) + shipping #3 25$ = 55$ TOTAL
THIRD parcel
Product B x1 = 15$ (total w. 550g) + shipping #2 15$ = 30$ TOTAL
So, the shopping cart should calculate this order like this:
items total cost = 65$ (for 2 of Product A and 3 of Product B)
+
total shipping cost = 55$ (for 3 parcels)
TOTAL ORDER PRICE = 120$
Please, write me exact instructions how to set up my
shipping calculations, rules etc.
Thank you in advance.