andreiven Posted November 21, 2016 Share Posted November 21, 2016 (edited) I am trying to stop 'unit price tax excluded' and 'total tax' from showing inside order page (step one). Does anyone know what tpl file I should edit or is there any other way of doing this? Edited November 21, 2016 by andreiven (see edit history) Link to comment Share on other sites More sharing options...
andreiven Posted November 24, 2016 Author Share Posted November 24, 2016 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now