
Originally Posted by
Absolute
If you want them to appear as separate lines within the order totals, then you will have to alter your shipping module coding. I can't think of any way to do this, without writing a new order_totals module, and updating every shipping module code. We have jsut completed something similar on one of our stores, and this was achieved by setting the shipping_module->handling_fee value, and then using the order_totals module to check for this value. If it was set, then the order_totals module displayed it. However, this does mean that you then need to remove the handlee_fee maths from all the shipping modules. You also need to consider the tax rates, and if you are going to use a different tax class for the handling fee, or just carry the values over from the selected shipping rate.
Hope this points you in the right direction!
Absolute