- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Ankita Biswas
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Ankita Biswas
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How do I prevent magento from adding tax at checkout?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How do I prevent magento from adding tax at checkout?
Hello @Davroid
Anytime cheers
Ankita Biswas
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Ankita Biswas