-- url of the page with the problem -- :
www.melkvoordieren.nl
-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.0
-- PHP version -- : 5.3.27
-- Browser(s) name and version -- : Firefox
I'm trying to split the taxes on our invoice.
Specifically, we have two types of taxes -High and Low.
On our invoice, I'd like to add a line that totals all the prices -before tax- of the High category, and another line that does the same for the Low category.
So for example, if our tax rates are 1% and 10%, we'd like to see:
Low taxes: 100$ before tax, 101$ with tax
High taxes: 50$ before tax, 55$ with tax
What codes would I add in the invoice PHP? I tried switching on the 'show both' button in the tax settings, but that does not seem to make any difference, even if I revert to the standard invoice code.