Fred K
Fred K

Reputation: 13910

Magento applies tax on product prices that already including tax

I've added products prices with tax included (in the field Price [EUR] [ Including Tax]) Now when I put a product in the cart, Magento applies the tax to price that already including the tax!

Example: if the product has "Price [EUR] [ Including Tax]"=100€ in the cart I have:

Product price € 100

Sub total € 100

Taxes € 20

Totale €120 (but the correct price including taxes is 100€!)

instead I want this:

Product price € 100

Sub totale € 80

Taxes € 20

Total €100

I'v tried all the settings and I'm going mad! is there a solution?

Upvotes: 4

Views: 9680

Answers (5)

user2700180
user2700180

Reputation: 21

Make sure that the Origin Country is correctly specified under Configuration > Sales > Shipping Settings.

Upvotes: 1

georgelx
georgelx

Reputation: 484

I will repost idophir's comment, that fixed my issue that led me to this question. I wasted hours looking at tax settings and tax rules, to finally find my culprit in shipping origin settings:

Check out the link below. It says that the shipping origin country (System > Configuration > Sales > Shipping Settings > Origin) affects the the way the price is displayed in the cart. Strange.. http://www.magentocommerce.com/boards/viewthread/78069/

Upvotes: 12

M Shahzad Khan
M Shahzad Khan

Reputation: 935

I had the same issue and i was checking for soutions and came through this topic. Right now i got solution to my problem so telling you here. In my case i previously selected 'Default Country' as United Kingdom in Default Tax Destination window, and i was signed in from an account with address other than United Kingdom. So all was fine, i tried every option and the tax was not updating on products and shopping cart page. When i logged out and found that it is working ;) Then i relized the issue. So if you have default country for tax calculation, check out the taxes with or without that. Hope it work for you. And sorry i am late :)

Upvotes: 0

Chiragit007
Chiragit007

Reputation: 1646

when you go to TAX calculation section (Thats System->Configuration->Sales->Taxes->Calculation) you will find "catalog prices" you can customize whether you want to include price with TAX or not.

Upvotes: -1

mtwde
mtwde

Reputation: 289

Go to System->Configuration->Sales->Taxes->Calculation

and search for Catalog Prices. Set the switch to "yes", then Magento assumes, that the tax is included in the catalog price.

Also check these setting in your store configuration scope, not only in default config.

Upvotes: 0

Related Questions