| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/b2bzend/application/views/emails/ |
Upload File : |
<table width="100%" border="0" align="center" cellpadding="15" cellspacing="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- <tr>
<td><img src="<?php //echo SITE_FULL_URL;
?>public/travel/images/border_top.jpg" /></td>
</tr>-->
<tr>
<td valign="top" bgcolor="#FFFFFF">
<table width="60%" border="0" align="" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><span style="font: 16px Helvetica Neue LT Std;">Dear <?php echo trim($this->agentName); ?>,</span></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"><span style="font: 16px Helvetica Neue LT Std;">Congratulations.</span></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"> <span style="font: 16px Helvetica Neue LT Std;">You have a new confirmation for <?php echo $this->DestinationPlaces .' '.$this->tripText; ?> as below:</span></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td><span style="font: 16px Helvetica Neue LT Std;line-height:30px;"><b>Order Value: </b><?php echo $this->CurrencyTypeName; ?> <?php echo $this->NetPrice; ?> </span></td>
</tr>
<tr>
<td><span style="font: 16px Helvetica Neue LT Std;line-height:30px;"><b>Status :</b> Unpaid </span></td>
</tr>
<?php if(isset($this->OrderForText) && $this->OrderForText != ''){ ?>
<tr>
<td colspan="2"><span style="font: 16px Helvetica Neue LT Std;line-height:30px;"><b>Order For:</b> <?php echo $this->OrderForText; ?></span></td>
</tr>
<?php } ?>
<?php if(isset($this->packageTitle) && $this->packageTitle != ''){ ?>
<tr>
<td colspan="2"><span style="font: 16px Helvetica Neue LT Std;line-height:30px;"><b>Description:</b> <?php echo $this->packageTitle; ?></span></td>
</tr>
<?php } ?>
<tr>
<td> </td>
</tr>
<tr>
<td><span style="font: 16px Helvetica Neue LT Std;line-height:30px;"><b>Customer Name:</b> <?php echo trim($this->customerName); ?></span></td>
<td><span style="font: 16px Helvetica Neue LT Std;line-height:30px;"><b>Customer Mobile:</b> <?php echo (!empty(trim($this->AgencyCountrycode)) ? trim($this->AgencyCountrycode).'-' : '').trim($this->customerContacts); ?></span></td>
</tr>
<tr>
<td><span style="font: 16px Helvetica Neue LT Std;line-height:30px;"><b>Query ID:</b> <?php echo trim($this->queryId); ?></span></td>
<td><span style="font: 16px Helvetica Neue LT Std;line-height:30px;"><b>Proposal ID:</b> <?php echo trim($this->ProposalId); ?></span></td>
</tr>
<tr>
<td colspan="2"><span style="font: 16px Helvetica Neue LT Std;"><b>Travel Date:</b> <?php echo $this->TravelDate; ?></span></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><span style="font: 16px Helvetica Neue LT Std;">Happy Selling.</span></td>
</tr>
<?php if ($this->IsDisplayHelloGTX == 1) {
$html .= ' ';
} else {
?>
<tr>
<td><span style="font: 16px Helvetica Neue LT Std;">Team helloGTX</span></td>
</tr>
<?php } ?>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>