The Per Unit perweightunit is based on:
(products_weight * unit price * quantity) + handling ...
Are you able to set a handling fee to manage the smallest you will ship for, to account for the little bitty things ... and then use the products_weight as if this were the shipping charge based on the above formula?
More or less if it comes down to the cheapest you ship is $1.75 are the orders going to really be a problem on shipping if handling is 1.75 and unit charge is 1 so that 10 postcards set to products_weight 0.1 would be:
(0.1 * 1 * 10) + 1.75
And a product with a products_weight of 1.25 would be:
(1.25 * 1 * 10) + 1.75
Or, can you just alter or customize the Per Unit perweightunit that when the total weight of the order <=XX.XX you charge YY.YY otherwise do the normal calculation?




