The section below is from my orders.php, i've managed to merge all other tracking mods into your osh_updated_by_functions.php file, but I can't figure this but out.

What do I need to do in this section?

PHP Code:
$email_comments = (zen_not_null($message) && $email_include_message === true) ? (OSH_EMAIL_TEXT_COMMENTS_UPDATE $message "\n\n") : ''
PHP Code:
            $notify_comments '';
// BEGIN TY TRACKER 3 - E-MAIL TRACKING INFORMATION  ----------------------------------
            
if (isset($_POST['notify_comments']) && ($_POST['notify_comments'] == 'on')) {
              if (
zen_not_null($comments)) { $notify_comments EMAIL_TEXT_COMMENTS_UPDATE $comments "\n\n"; }
              if (
zen_not_null($track_id1)) { $notify_comments .= "\n\nYour " CARRIER_NAME_1 " Tracking ID is " $track_id1 " \n<br /><a href=" CARRIER_LINK_1 $track_id1 ">Click here</a> to track your package. \n<br />If the above link does not work, copy the following URL address and paste it into your Web browser. \n<br />" CARRIER_LINK_1 $track_id1 "\n\n<br /><br />It may take up to 24 hours for the tracking information to appear on the website." "\n<br />"; }
              if (
zen_not_null($track_id2)) { $notify_comments .= "\n\nYour " CARRIER_NAME_2 " Tracking ID is " $track_id2 " \n<br /><a href=" CARRIER_LINK_2 $track_id2 ">Click here</a> to track your package. \n<br />If the above link does not work, copy the following URL address and paste it into your Web browser. \n<br />" CARRIER_LINK_2 $track_id2 "\n\n<br /><br />It may take up to 24 hours for the tracking information to appear on the website." "\n<br />"; }
              if (
zen_not_null($track_id3)) { $notify_comments .= "\n\nYour " CARRIER_NAME_3 " Tracking ID is " $track_id3 " \n<br /><a href=" CARRIER_LINK_3 $track_id3 ">Click here</a> to track your package. \n<br />If the above link does not work, copy the following URL address and paste it into your Web browser. \n<br />" CARRIER_LINK_3 $track_id3 "\n\n<br /><br />It may take up to 24 hours for the tracking information to appear on the website." "\n<br />"; }
              if (
zen_not_null($track_id4)) { $notify_comments .= "\n\nYour " CARRIER_NAME_4 " Tracking ID is " $track_id4 " \n<br /><a href=" CARRIER_LINK_4 $track_id4 ">Click here</a> to track your package. \n<br />If the above link does not work, copy the following URL address and paste it into your Web browser. \n<br />" CARRIER_LINK_4 $track_id4 "\n\n<br /><br />It may take up to 24 hours for the tracking information to appear on the website." "\n<br />"; }
              if (
zen_not_null($track_id5)) { $notify_comments .= "\n\nYour " CARRIER_NAME_5 " Tracking ID is " $track_id5 " \n<br /><a href=" CARRIER_LINK_5 $track_id5 ">Click here</a> to track your package. \n<br />If the above link does not work, copy the following URL address and paste it into your Web browser. \n<br />" CARRIER_LINK_5 $track_id5 "\n\n<br /><br />It may take up to 24 hours for the tracking information to appear on the website." "\n<br />"; }
              if (
zen_not_null($track_id6)) { $notify_comments .= "\n\nYour " CARRIER_NAME_6 " Tracking ID is " $track_id6 " \n<br /><a href=" CARRIER_LINK_6 $track_id6 ">Click here</a> to track your package. \n<br />If the above link does not work, copy the following URL address and paste it into your Web browser. \n<br />" CARRIER_LINK_6 $track_id6 "\n\n<br /><br />It may take up to 24 hours for the tracking information to appear on the website." "\n<br />"; }

// BEGIN TY TRACKER 3 - E-MAIL TRACKING INFORMATION --------------------------------------------------------------------
            
}
            
//send emails
            
$message