No, that does not work for me. Sorry, it only has the Total line.
PHP Code:
define('SUB_TITLE_SUB_TOTAL', 'Sub-Total:');
define('SUB_TITLE_TOTAL', 'Total:');
So I guess the VAT comes from the name of the tax class I am using? Is tyhis the same for others? In which case we need to change how the total for each line is calculated. Ie not to include VAT so it adds up in a sensible fashion.
Either that or we need to tweak the file that does the output (using templates of course!) to add the extra text we need. I have a spare hour (amazing!) so i'll try and find out where that is.
Cheers, D.