cancel
Showing results for 
Search instead for 
Did you mean: 

How do I prevent magento from adding tax at checkout?

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

How do I prevent magento from adding tax at checkout?

I have set my magento settings to display prices 'including tax' however when a buyer buys an item it adds tax. How can i prevent magento from adding tax at checkout?

 

See images of my magento tax settings and the magento order page.

 

tax settings.JPG order page.JPG

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How do I prevent magento from adding tax at checkout?

Hello @Davroid

 

In my knowledge you can hide this from Admin Panel, you need to

Go to Admin > Configuration > Sales > Tax > Shopping Cart Display Settings

Change Display Full Tax Summary to NO

 

If still you are able to see the Tax on checkout page then

You can remove the line

echo $this->renderTotals('taxes', $this->getColspan()); 

on phtml app/design/frontend/base/default/template/tax/checkout/grandtotal.phtml

 

If found my answer useful. Please give Kudos and Accept it as Solution!

Magento Developer
Ankita Biswas

View solution in original post

5 REPLIES 5

Re: How do I prevent magento from adding tax at checkout?

Hello @Davroid

 

In my knowledge you can hide this from Admin Panel, you need to

Go to Admin > Configuration > Sales > Tax > Shopping Cart Display Settings

Change Display Full Tax Summary to NO

 

If still you are able to see the Tax on checkout page then

You can remove the line

echo $this->renderTotals('taxes', $this->getColspan()); 

on phtml app/design/frontend/base/default/template/tax/checkout/grandtotal.phtml

 

If found my answer useful. Please give Kudos and Accept it as Solution!

Magento Developer
Ankita Biswas

Re: How do I prevent magento from adding tax at checkout?

Thanks.

Re: How do I prevent magento from adding tax at checkout?

Hello @Davroid

 

Anytime  Smiley Happy   cheers

Problem solved? Click Kudos & Accept as Solution!
Magento Developer
Ankita Biswas

Re: How do I prevent magento from adding tax at checkout?

I was not able to hide my account. Can you please help me again?

I love to watch movies and tv shows.

Re: How do I prevent magento from adding tax at checkout?

Hello @charles_stone

 

You can close your account by going to My Settings > Close Account.

 

Or you can Contact the team and ask for removal: http://magento.com/company/contact-us

 

If found my answer useful? Please give Kudos and Accept it as Solution.

Magento Developer
Ankita Biswas