Issue Solved - I have re-released an updated version of this contribution to the Add-ons section. This should be available within a week.
If anyone is having similar issues you need to change in ukzr.php
Line 167 from
PHP Code:
'cost' => $shipping + (@constant('MODULE_SHIPPING_'.(strtoupper($this->code)).'_GEOZONE_') . $this->delivery_geozone . '_HANDLING'));
to
PHP Code:
'cost' => $shipping + (@constant('MODULE_SHIPPING_'.(strtoupper($this->code)).'_GEOZONE_' . $this->delivery_geozone . '_HANDLING')));
and line 199 from
PHP Code:
'cost' => $shipping + (@constant('MODULE_SHIPPING_'.(strtoupper($this->code)).'_GEOZONE_') . $this->delivery_geozone . '_HANDLING'));
to
PHP Code:
'cost' => $shipping + (@constant('MODULE_SHIPPING_'.(strtoupper($this->code)).'_GEOZONE_' . $this->delivery_geozone . '_HANDLING')));
Kind Regards
Dave