[-] BO : FixBug #PSCFV-7824 No total tax not show in order email confirmation

This commit is contained in:
jeromenadaud
2013-08-01 19:09:34 +02:00
parent ac48c1b786
commit d8f5caee7b
3 changed files with 8 additions and 1 deletions
+5
View File
@@ -72,6 +72,11 @@
</tr>
<tr style="text-align: right; font-weight: bold;">
<td>&nbsp;</td>
<td style="background-color: #dde2e6; padding: 0.6em 0.4em;" colspan="3">Total Tax paid</td>
<td style="background-color: #dde2e6; padding: 0.6em 0.4em;">{total_tax_paid}</td>
</tr>
<tr style="text-align: right; font-weight: bold;">
<td>&nbsp;</td>
<td style="background-color: #f1aecf; padding: 0.6em 0.4em;" colspan="3">Total paid</td>
<td style="background-color: #f1aecf; padding: 0.6em 0.4em;">{total_paid}</td>
</tr>
+1
View File
@@ -9,6 +9,7 @@ Thank you for your order on {shop_name}!
Discounts: {total_discounts}
Shipping: {total_shipping}
Gift-wrapping: {total_wrapping}
Total Tax paid: {total_tax_paid}
Total paid: {total_paid}
Carrier: {carrier}