-- HikaShop version -- : 2.2.1
-- Joomla version -- : 3.1.5
-- PHP version -- : 5.1
Hi,
I've setted 2 tax zones assigned to different customer types according to laws.
First tax zone is Italy, where I apply 21% of VAT to all customer types.
Second tax zone is Europe (default zone of Hikashop, including Italy) where I apply 21% of VAT only to individuals.
I've done some tests, so:
Individual customer OUT EU -> NO VAt applied -> OK
Company with VAT OUT EU -> NO VAt applied -> OK
Indivual customer in Italy -> VAt applied -> OK
Company with VAT in Italy -> VAt applied -> OK
Company with VAT IN EU -> NO VAt applied -> OK
Individual customer IN EU -> NO VAt applied -> FALSE, vat should be applied in this case but it's not applied!
Something misconfigured or a bug?