There are lines in PHP:
<?php if ($this->config_fields['d_mobil_phone']['display']){?> <tr> <td width="160"><?php print _JSHOP_MOBIL_PHONE?>:</td> <td><?php print $this->order->d_mobil_phone?></td> </tr> <?php } ?> They display the phone number entered by the user. Where to insert the code "tel:" so that the displayed phone becomes clickable?