[-] FO: Fix #PSCFV-7474 display taxes on order payment when the price without taxes is displayed

This commit is contained in:
Rémi Gaillard
2013-01-31 15:33:30 +01:00
parent 9455a7185f
commit 10b50d95eb
+6 -1
View File
@@ -161,8 +161,13 @@
</tr>
{/if}
{/if}
{if $use_taxes}
{if $priceDisplay && $total_tax != 0}
<tr class="cart_total_tax">
<td colspan="5">{l s='Total tax:'}</td>
<td class="price" id="total_tax" >{displayPrice price=$total_tax}</td>
</tr>
{/if}
<tr class="cart_total_price">
<td colspan="5" id="cart_voucher" class="cart_voucher">
{if $voucherAllowed}