|
|
@@ -1793,7 +1793,7 @@ EOT;
|
|
|
Name of Distributor: {$userName}
|
|
|
</td>
|
|
|
<td>
|
|
|
- Order Code.: {$orderSn}
|
|
|
+ Invoice No.: {$invoiceNo}
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr style="text-align: left; font-size: 12px; font-weight: normal; height: 50px; vertical-align: middle;">
|
|
|
@@ -1801,7 +1801,7 @@ EOT;
|
|
|
Member ID: {$userId}
|
|
|
</td>
|
|
|
<td>
|
|
|
- Invoice No.: {$invoiceNo}
|
|
|
+ Order No.: {$orderSn}
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr style="text-align: left; font-size: 12px; font-weight: normal; height: 50px; vertical-align: middle;">
|
|
|
@@ -1907,6 +1907,11 @@ EOT;
|
|
|
<td>Total BV</td>
|
|
|
</tr>
|
|
|
$orderDetails_bv
|
|
|
+ <tr style="text-align: left; font-weight: normal; font-size: 12px; margin-top: 15px;">
|
|
|
+ <td colspan="7" class="table-noborder"></td>
|
|
|
+ <td colspan="2">Grand Total BV</td>
|
|
|
+ <td colspan="2">{$orderTotalBv}</td>
|
|
|
+ </tr>
|
|
|
</table>
|
|
|
|
|
|
<table style="table-layout: fixed;">
|