- Posts: 47
- Thank you received: 3
Adding extra tax to a product in the backend on a recently created order.
3 months 9 hours ago #372373
by nicobraam
-- HikaShop version -- : 6.5.0
-- Joomla version -- : 4.4.14
-- PHP version -- : 8.3.30
Hello,
After adding an extra tax to a product (Image Cap 1), the tax is not added to the total or the product line in the order. (Image Cap 2)
Is this suposed to work like this or am i doing something wrong?
Best regards
-- Joomla version -- : 4.4.14
-- PHP version -- : 8.3.30
Hello,
After adding an extra tax to a product (Image Cap 1), the tax is not added to the total or the product line in the order. (Image Cap 2)
Is this suposed to work like this or am i doing something wrong?
Best regards
Please Log in or Create an account to join the conversation.
3 months 6 hours ago #372376
by nicolas
Replied by nicolas on topic Adding extra tax to a product in the backend on a recently created order.
Hello,
This is supposed to work: when you add a second tax rate to a product line in an order, both rates should apply to the line and be included in the order total, so what you are seeing is a bug.
The cause is the comma in the tax rate name "Recargo Equivalencia 5,2%". When the order is saved, HikaShop stores the list of tax rates assigned to the product as a comma separated text, and the comma inside that name splits it, so the rate is lost and only the IVA is kept.
We have fixed it for the next version. You can already download the install package of HikaShop on our website and install it on yours in order to get the patch ahead of the release. It will then work properly.
This is supposed to work: when you add a second tax rate to a product line in an order, both rates should apply to the line and be included in the order total, so what you are seeing is a bug.
The cause is the comma in the tax rate name "Recargo Equivalencia 5,2%". When the order is saved, HikaShop stores the list of tax rates assigned to the product as a comma separated text, and the comma inside that name splits it, so the rate is lost and only the IVA is kept.
We have fixed it for the next version. You can already download the install package of HikaShop on our website and install it on yours in order to get the patch ahead of the release. It will then work properly.
Please Log in or Create an account to join the conversation.
3 months 5 hours ago #372380
by nicobraam
Replied by nicobraam on topic Adding extra tax to a product in the backend on a recently created order.
Thanks, it works fine now
The following user(s) said Thank You: nicolas
Please Log in or Create an account to join the conversation.
Time to create page: 0.180 seconds