Came across the following during a project: Customer fills out his/her name during checkout: Firstname Middlename Lastname
The confirmation email sent contains incomplete name in the form of "Firstname Lastname" on the first sentence of the confirmation
I looked at the mail templates and the function order.getCustomerName()
does not seem to retrieve all the information.