Files
CoreGrade/coregrade/email/virtualtopup.mailfile
2020-01-11 09:50:39 -05:00

137 lines
4.2 KiB
Plaintext

To: {{email}}
Subject: PayQuic Transaction Notification Airtime Top up
<html>
<head>
<style type="text/css">
.tftable {font-size:12px;color:#333333;width:100%;border-width: 1px;border-color: #9dcc7a;border-collapse: collapse;}
.tftable th {font-size:12px;background-color:#abd28e;border-width: 1px;padding: 4px;border-style: solid;border-color: #9dcc7a;text-align:left;}
.tftable tr2 {background-color:#bedda7;}
.tftable td {font-size:14px;border-width: 0px;padding: 4px;border-style: solid;border-color: #9dcc7a;}
.tftable tr2:hover {background-color:#ffffff;}
</style>
</head>
<body>
<pre>
<table cellpadding="2" cellspacing="2" border="0" class="tftable" id="dt2" style="width:250px">
<thead>
<tr>
<th></th>
<th class="essential"></th>
</tr>
</thead>
<tbody>
<tr>
<td class="left" style="width:100px">Payment Mode</td>
<td class="right" ><b>{{paymode}}</b></td>
</tr>
<tr>
<td class="left" style="width:100px">Delivery Status</td>
<td class="right" ><b>{{completed}} - PaymentCode : {{paymentcode}}, ResponseCode : {{responsecode}}, TransRef: {{transactionref}}</b></td>
</tr>
<tr>
<td class="left" style="width:100px">Order Number</td>
<td class="right" >{{orderid}}</td>
</tr>
<tr class="even gradeC">
<td class="left" style="width:100px">Date</td>
<td class="right" >{{added}}</td>
</tr>
<tr>
<td class="left" style="width:100px">Order Number</td>
<td class="right" >{{orderid}}</td>
</tr>
<tr class="even gradeC">
<td colspan="2"><h3>Customer</h3></td>
</tr>
<tr >
<td class="left" style="width:100px">Firstname</td>
<td class="right" >{{firstname}}</td>
</tr>
<tr>
<td class="left" style="width:100px">Lastname</td>
<td class="right" >{{lastname}}</td>
</tr>
<tr >
<td class="left" style="width:100px">Email</td>
<td class="right" >{{email2}}</td>
</tr>
<tr >
<td class="left" style="width:100px">Balance</td>
<td class="right" >{{balance2}} Naira</td>
</tr>
<tr >
<td class="left" style="width:100px">Country</td>
<td class="right" >{{country}} Naira</td>
</tr>
<tr class="even gradeC">
<td colspan="2"><h3>Recipient</h3></td>
</tr>
<tr >
<td class="left" style="width:100px">Recipient</td>
<td class="right" >{{recipient_no}}</td>
</tr>
<tr >
<td class="left" style="width:100px">Amount</td>
<td class="right" >{{amount2}} Naira</td>
</tr>
</tbody>
</table>
<br>
<br>
IP - Intelligence
<table cellpadding="2" cellspacing="2" border="1" id="dt2" style="width:250px; font-family: "Times New Roman", Georgia, Serif;font-size:14px">
<thead>
<tr>
<th>VAR</th>
<th class="essential">VALUE</th>
</tr>
</thead>
<tbody>
<tr ><td class="left" style="width:100px">IP</td><td>{{loc}}</td></tr>
<tr ><td class="left" style="width:100px">country_code</td><td>{{country_code}}</td></tr>
<tr ><td class="left" style="width:100px">country_name</td><td>{{country_name}}</td></tr>
<tr ><td class="left" style="width:100px">continent_code</td><td>{{continent_code}}</td></tr>
<tr ><td class="left" style="width:100px">continent_name</td><td>{{continent_name}}</td></tr>
</tbody>
</table>
<b>Note:</b><br>
<table cellpadding="2" cellspacing="2" border="0" class="tftable" id="dt2" style="width:450px">
<tbody>
<tr class="even gradeC">
<td colspan="2"><h3>You can get here with a card only if we have taken payment </h3></td>
</tr>
<tr class="even gradeC">
<td colspan="2"><h3>Delivery status blank - we did not deliver the aritime successfully </h3></td>
</tr>
<tr class="even gradeC">
<td colspan="2"><h3>If the payment is balance , we automatically return the payment , with card we have to handle this </h3></td>
</tr>
</tbody>
</table>
</pre>
</body>
</html>