This commit is contained in:
sriramv 2023-07-24 18:31:04 +05:30
parent 40c689beea
commit 75f6fb08d8
2 changed files with 22 additions and 14 deletions

View File

@ -35,7 +35,7 @@
<tbody>
<tr>
<td
style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 35%; font-weight:500; color:rgba(0,0,0,.64)">
style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 40%; font-weight:500; color:rgba(0,0,0,.64)">
Order Id :</td>
<td
style="padding: 10px; border-bottom: 1px solid #ededed; color: #455056;">
@ -43,7 +43,7 @@
</tr>
<tr>
<td
style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 35%; font-weight:500; color:rgba(0,0,0,.64)">
style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 40%; font-weight:500; color:rgba(0,0,0,.64)">
Transaction Date :</td>
<td
style="padding: 10px; border-bottom: 1px solid #ededed; color: #455056;">
@ -51,7 +51,7 @@
</tr>
<tr>
<td
style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 35%; font-weight:500; color:rgba(0,0,0,.64)">
style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 40%; font-weight:500; color:rgba(0,0,0,.64)">
Payment Failed Details :</td>
<td
style="padding: 10px; border-bottom: 1px solid #ededed; color: #455056;">
@ -59,12 +59,16 @@
</tr>
<tr>
<td
style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 35%; font-weight:500; color:rgba(0,0,0,.64)">
Customer Name :</td>
style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 40%; font-weight:500; color:rgba(0,0,0,.64)">
Member by :</td>
<td
style="padding: 10px; border-bottom: 1px solid #ededed; color: #455056;">
<?= $profile[0]['name']." ".$profile[0]['last_name'] ?>
<p><?= $profile[0]['name']." ".$profile[0]['last_name'] ?> </p>
<p>
<?php
if($profile[0]['mobile'] != ''){ echo $profile[0]['mobile']; }
?>
</p>
</tr>
</tbody>

View File

@ -37,7 +37,7 @@
<tbody>
<tr>
<td
style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 35%; font-weight:500; color:rgba(0,0,0,.64)">
style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 40%; font-weight:500; color:rgba(0,0,0,.64)">
Order Id :</td>
<td
style="padding: 10px; border-bottom: 1px solid #ededed; color: #455056;">
@ -45,7 +45,7 @@
</tr>
<tr>
<td
style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 35%; font-weight:500; color:rgba(0,0,0,.64)">
style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 40%; font-weight:500; color:rgba(0,0,0,.64)">
Transaction Date :</td>
<td
style="padding: 10px; border-bottom: 1px solid #ededed; color: #455056;">
@ -53,7 +53,7 @@
</tr>
<tr>
<td
style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 35%; font-weight:500; color:rgba(0,0,0,.64)">
style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 40%; font-weight:500; color:rgba(0,0,0,.64)">
Payment Method :</td>
<td
style="padding: 10px; border-bottom: 1px solid #ededed; color: #455056;">
@ -61,19 +61,23 @@
</tr>
<tr>
<td
style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 35%; font-weight:500; color:rgba(0,0,0,.64)">
style="padding: 10px; border-bottom: 1px solid #ededed; border-right: 1px solid #ededed; width: 40%; font-weight:500; color:rgba(0,0,0,.64)">
Customer Name :</td>
<td
style="padding: 10px; border-bottom: 1px solid #ededed; color: #455056;">
<?= $profile[0]['name']." ".$profile[0]['last_name']; ?>
<p><?= $profile[0]['name']." ".$profile[0]['last_name'] ?> </p>
<p>
<?php
if($profile[0]['mobile'] != ''){ echo $profile[0]['mobile']; }
?>
</p>
</tr>
</tbody>
</table>
</br> <span style="padding: 10px;">Your Order</span> </br>
<table cellpadding="0" cellspacing="0"
style="width: 100%; border: 1px solid #ededed">
style="width: 100%; border: 2px solid #ededed">
<tbody>
<?php foreach ($memberCredits as $val) { ?>
<tr>