Skip to content

Commit

Permalink
// update
Browse files Browse the repository at this point in the history
  • Loading branch information
jnadaud committed Jul 24, 2014
1 parent b8a6aa6 commit a27dded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/default-bootstrap/order-payment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
{if $use_taxes && $show_taxes}
{if $priceDisplay && $total_tax != 0}
<tr class="cart_total_tax">
<td colspan="4" class="text-right">{l s='Total tax:'}</td>
<td colspan="4" class="text-right">{l s='Tax'}</td>
<td colspan="2" class="price" id="total_tax" >{displayPrice price=$total_tax}</td>
</tr>
{/if}
Expand Down
2 changes: 1 addition & 1 deletion themes/default-bootstrap/shopping-cart.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
<td colspan="2" class="price" id="total_price_without_tax">{displayPrice price=$total_price_without_tax}</td>
</tr>
<tr class="cart_total_tax">
<td colspan="{$col_span_subtotal}" class="text-right">{l s='Total tax'}</td>
<td colspan="{$col_span_subtotal}" class="text-right">{l s='Tax'}</td>
<td colspan="2" class="price" id="total_tax">{displayPrice price=$total_tax}</td>
</tr>
{/if}
Expand Down

0 comments on commit a27dded

Please sign in to comment.