cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 - Edit Sales Order Email

Magento 2 - Edit Sales Order Email

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.

 

1.PNG2.PNG3.PNG4.PNG5.PNG6.PNG

But My requirement is remove the tax field in sales order email. Currently it display order summary with tax field. See below,

7.PNG

 

So How can I remove Tax row in sales order email.....

2 REPLIES 2

Re: Magento 2 - Edit 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?

Re: Magento 2 - Edit Sales Order Email

Hi 

 

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