Jump to content

How to Include Tax in order-detail.tpl


Recommended Posts

I would like to replace the products (incl. tax) with just the tax on line 90.



                   {l s='Tax:'} {displayWtPriceWithCurrency price=$order->getTotalProductsWithTaxes() currency=$currency convert=0}



I thought it would be a simple

price=$order->getTotalProductsWithTaxes()

MINUS

price=$order->getTotalProductsWithoutTaxes()

but I can't get the code to work.

Does anyone know how to accomplish this?

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...