First of all, this is one hell of a contribution ! Great work !
i have one question though, on line 52:
'module' => constant('MODULE_SHIPPING_MZMT_GEOZONE_' . $this->delivery_geozone . '_TEXT_TITLE') . ' (' . $shipping_weight . ' lbs)',
There's ' (' . $shipping_weight . ' lbs)' but in my checkout_shipping.php page it only displays ( lbs) and it doesn't show the weight of the pakkage as is should regarding to the code. What could be wrong ??
thnx for your help.