Hello,
I'm using ML8.0.1.2... and attempting to get free UPS Ground shipping for all orders, and a handling fee of $10.50 for all orders using UPS Ground that are under $150.00....
Thus far, I've modified the following AppConfigs:
FreeShippingAllowsRateSelection (TRUE)
FreeShippingThreshold (set to 0.01)
ShippingMethodIDIfFreeShippingIsOn (this is the ID for the UPS Ground method returned from RTS rates, which should only return for US addresses.)
ApplyShippingHandlingExtraFeeToFreeShipping (TRUE)
That's all fine and dandy, but if I modify the ShippingHandlingExtraFee, it will be applied to ALL my shipping methods. Any idea on how I might go about applying it to JUST the UPS Ground method?
Many thanks in advance!
Justin