-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.5
-- PHP version -- : 5.6.6
Hello,
Is it possible to show in the cart (and also in the email order creation notification) the VAT (and VAT %) of each product ?
Now my cart looks like this:
Image | name | unit price | quantity | total price
image1 | product 1 | 3,33€ (3,20€ exl. VAT) | 1 | 3,33€ (3,20€ exl. VAT)
What I would like is:
Image | name | unit price | VAT | VAT % | quantity | total price
image1 | product 1 | 3,33€ (3,20€ exl. VAT) | 0,13 € | 4% | 1 | 3,33€ (3,20€ exl. VAT)
So that the client sees the VAT for each product.
Thank you very much if you could help me to achieve this.
Mireille