2
votes

I have spent nearly 2 days now trying to get these damn tax rules to work in Magento.

I have a product. I have one Product Tax Class. I have one Customer Group. I have one Tax Zone (UK @ 20%). I have one Tax Rule for this zone, Product Tax Class and Customer Group.

The tax settings are as follows:

Magento Tax Settings

When I add a product to my cart, the product price is £695. The Cart totals are as follows:

Magento Shopping Cart Totals

This is clearly wrong. If the product price is £695 and I've specified that this price is excluding tax, then 20% should be added to this cost. At the very least, the two Grand Total costs should be different!

The two very last things I've done were to delete the cache manually (via FTP) and to re-index all the indexes.

1
I see this is an old question kicked up by an edit - this answer may be relevant though - stackoverflow.com/questions/17192681/…McNab
Looks like that might well have been the problem! Thanks McNab.James Ludlow

1 Answers

0
votes

There are two settings to break this configuration into.

  1. For Tax display.

  2. For Tax calculation.

If you check your shopping cart display setting you will find you stated display price, display subtotal and display shipping to include taxes.

Play with those display settings and you will get result.