Below the line:
Code:
      if (!IS_ADMIN_FLAG) {
add the code:
Code:
      if (!IS_ADMIN_FLAG) {
        global $db; 
Add all of the code around 116 below the code:
Code:
      // disable only when entire cart is free shipping
      if (zen_get_shipping_enabled($this->code)) {
        $this->enabled = ((MODULE_SHIPPING_ZONES_STATUS == 'True') ? true : false);
      }