-- url of the page with the problem -- : not published yet
-- HikaShop version -- : 2.3.0
-- Joomla version -- : 3.1
Hi I tried to suss this out myself a few months ago and didn't get anywhere. Back on the project now and hoping maybe I can get some advice on here. In checkout, order emails, and invoices, I need to change how shipping and tax are handled. I need to show tax (VAT) figure including tax applied to shipping. Is there a simple thing I can do to replicate something like this (this is from a Amazon UK order email I had on me)
- Items listed (price inc tax) £7.00
- Item Subtotal: £5.83
- Delivery & Handling: £3.33
- Total Before VAT: £9.16
- VAT: £1.83
Order Total: £10.99
I've sussed out using the language screen to change the names to anything I want, I'm more concerned in getting to show the summary in the order and calculations done above. Especially having the subtotal being before tax, and having the shipping before tax, and all tax totaled (inc shipping) on one line. I gather I might need to change templates but a guidance of the code would be appreciated. Cheers