[-] FO : the option that disable the tax display in the cart wasn't used anymore, I used it again #PSCFV-8033

This commit is contained in:
Damien Metzger
2013-03-05 17:55:07 +01:00
parent 1f41a42d1a
commit e064ea2fd8
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -166,7 +166,7 @@
{displayPrice price=$total_discounts_negative}
</td>
</tr>
{if $use_taxes}
{if $use_taxes && $show_taxes}
<tr class="cart_total_price">
<td colspan="5">{l s='Total (tax excl.):'}</td>
<td colspan="2" class="price" id="total_price_without_tax">{displayPrice price=$total_price_without_tax}</td>