mail_template:GWM

This commit is contained in:
sriramv 2023-07-25 11:58:40 +05:30
parent ca1c2eeafd
commit cbad76d973
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
<tr>
<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>
Member Name :</td>
<td
style="padding: 10px; border-bottom: 1px solid #ededed; color: #455056;">
<p><?= $profile[0]['name']." ".$profile[0]['last_name'] ?> </p>

View File

@ -83,7 +83,7 @@
<tr>
<td style="padding: 10px; border-bottom: 1px solid #ededed;">
<?php $cost = number_format($val['cost'], 2, '.', ''); ?>
<div class="product-name"><?php echo $val['package_name']." (".$cost." x ".$val['pack_count'].")"; ?></div>
<div class="product-name"><?php echo $val['package_name']." ($".$cost." x ".$val['pack_count'].")"; ?></div>
<div class="credits-number"><?php echo $val['credit_points']; ?> Credits</div>
</td>
<td style=" border-bottom: 1px solid #ededed;"><span class="price-symbol">$</span><?php $number = $val['costSum']; echo number_format($number, 2, '.', ''); ?></td>