Thanks Kluver
I’ve fixed most of the formatting issues now, bar one:
One the Invoice, the price is added as £50.00 except that the £ is printed behind the 5 so you cannot read the first number.
I’ve tried all sorts of fixes including
<?php echo str_replace("£","",$total['value']); ?>
…but nothing works.
Any Ideas?
Kevin