Hi,
My site display all the product price and shipping price with TAX. So no need to display tax amount in Cart or Checkout. I can manage it form magento backend setting. See below settings.
But My requirement is remove the tax field in sales order email. Currently it display order summary with tax field. See below,
So How can I remove Tax row in sales order email.....
Hi @ocAsanka,
You want to remove the tax only in the email? How do you expect to show the order/invoice details in the other areas/sections?
Hi Damian,
I need to remove tax field from each and every email which are related order. As ex: Sales Order, Invoice, Credit memo etc. Because our store is configured product price to display as inc.Vat.
Do you have a way to do it??
I already tried to remove it from layout xml, See below code,
<block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"> <action method="setIsPlaneMode"><value>1</value></action> </block>
but it will remove the tax from sub total, shipping and grand total also.
THanks