Jump to content
thirty bees forum

I want to add total tax in invoice.tax-tab.tpl


Pedalman

Recommended Posts

I fail to display the total paid tax in invoice.tax-tab.tpl .

 

code pasted from invoice.total-tab.tpl :

{if $footer.total_taxes > 0}
	<tr>
		<td class="small">
			{l s='Total Tax' pdf='true'}
		</td>
		<td></td>
		<td></td>
		<td class="right small">
			{displayPrice currency=$order->id_currency price=$footer.total_taxes}
		</td>
	</tr>
{/if}

 

Edited by Pedalman
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...