Quantity determines Weight
-
Hello
I have new install of wordpress and woocommerce, all up to date.
I do not find the options that I need.
When customer changes quantity, i need woocommerce to change real weight.The problem:
If I enter 10 pounds weight under Products > Shipping > Weight. And customer buys 3 quantity, woocommerce calculates 10 lbs x 3 qty = 30 lbs. But this is not accurate. This is never accurate. Correct weight is calculated by base weight of packaging materials + product weight. Total shipping weight changes depending on quantity, but is never simply multiples of the weight that is entered in > product > shipping > weight.My scenario exactly:
1) I sell only one product. This is good, weight is consistent per qty.
2) I use only one size box. This is good, dimensions are consistent.
3) I give customers one price for shipping, $3.50, up to 3 quantity. This my flat rate.
But, actual cost for shipping is more, my shipping price is a discount.
4) Customer only sees shipping cost $3.50 in cart and checkout. Good, because product is not sold by weight, and this is my flat rate offer.
5) If customer buys up to 3 units, my shipping price to them stays the same
Packaging = 0.5 lbs. 1 product = 0.25 lbs. Therefore:
Shipping qty 1 = 0.75 lbs.
Shipping qty 2 = 1 lbs.
Shipping qty 3 = 1.25 lbs.
6) My shipping label company must receive the correct weights to generate the correct postage price.Background detail:
1) The industry standard for USPS and UPS is postage price is calculated based on 3 things:
– Zip codes A to B.
– Package dimensions.
– Weight.
2) My orders to go ShipStation, PirateShip, etc. These have integrations with woocommerce, agreements with woocommerce. Woocommerce knows how to feed the shipping weight to these companies. But, in order for these companies to generate the correct POSTAGE PRICE, they need the CORRECT WEIGHT.
3) But real weight is not a normal operation of woocommerce, I don’t understand why.So, I need to be able to adjust different WEIGHT PER QUANTITY. Quantity determines weight, and weight is not simple multiples of weight entered under product, because this information must be accurate for USPS/ShipStation/PirateShip to charge me the correct amount of postage.
Also, this weight info must be stored correctly in order details, so that it will be picked up by ShipStation, PirateShip integration API.
And, I need it to stay the same as far as what the customer sees, currently and correctly the customer never sees it in checkout or cart, because the products are not sold by weight, and because i have already set their shipping cost.Please let me know how to accomplish this ‘quantity determines weight’ in woocommerce.
Thank you,
JJ
- The topic ‘Quantity determines Weight’ is closed to new replies.