Jump to content

remove 'unit price tax excluded' and 'total tax' inside order page


Recommended Posts

I went to themes/default-bootstrap/shopping-cart.tpl

around line 287 I commented as follows:

 

<!-- {if $use_taxes && $show_taxes}
<tr class="cart_total_price">
<td colspan="3" class="text-right">{l s='Total (tax excl.)'}</td>
<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="3" class="text-right">{l s='Total tax'}</td>
<td colspan="2" class="price" id="total_tax">{displayPrice price=$total_tax}</td>
</tr> -->
 
 
this solved it!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...