Jump to content

Uppercase on the invoice


Recommended Posts

You can easily change the whole address only.

 

Try to change

'delivery_address' => $formatted_delivery_address,
'invoice_address' => $formatted_invoice_address,

in /classes/pdf/HTMLTemplateInvoice.php, getContent function

'delivery_address' => Tools::strtoupper($formatted_delivery_address),
'invoice_address' => Tools::strtoupper($formatted_invoice_address),
Edited by tuk66 (see edit history)
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...