Hi, In the payment web page (for paypal), it's possible to add the the "Contact name" below the company for the customer. The same layout as on the pdf Bests regards
Add in line 36 of the pay.php file: $out['invoice__contact_name'] = $invoice['contact_name']; to fill the placeholder and then you can use the placeholder: {tmpl_var name='invoice_contact_name'} in the html template file.