The Handling Charge (actually it's called the Shipping Buffer) gets added on to any shipping charge that is returned from the GetShippingOptions method - you can see the calling method here, which is in ShippingService.cs:
public
ShippingOptionCollection GetShippingOptions(Order order)
Now, to be fair - I haven't tried this, but the intent was there when I built it to behave like this, so there might be a bug in there preventing it. I'll add it on to my TTD list - to check it out. But, if you can set a break point and walk it through you might save yourself some waiting.
You might also try putting a 1 in there MrBruce 1 * weight of product + ShippingBuffer is what the formula shakes out to be. So, if you wanted to do a flat rate of $10, you could have the product weight set at 1, then have the shipping rate set at 1, which will give you a $1 charge, and then add a $9 shipping buffer so you can get it to an even $10.
Hope this helps.
--
Support dashCommerce -
Buy Our Stuff!!Find a bug? Create a
Work Item for a fast response.. Want to help?
Create a patch for us! Documentation? Help us
write some!