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.
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!
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!
Thanks.
Hello @Davroid
Anytime cheers
I was not able to hide my account. Can you please help me again?
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.