In my cart settings I have:
Charge Tax All States
Tax Rate: 17.5
Enable VAT: Yes
When I add an item to my cart and place an order, I see the following in the order summary:
Sub Total :£49.00
Total (incl. VAT): £49.00
VAT included (GetMyCurrency(),17.50%):£7.30
When I go into the admin system and view the order, I see (HTML removed for clarity):
Sub Total: £49.00
Tax: 8.58
Order Total: £57.58
It looks like VAT is being added to my order in the admin system, even though it is included in the cart.
Also the GetMyCurrency() is also probably undesirable :)
Stu