Chete2 Posted March 11, 2015 Share Posted March 11, 2015 Hello, first sorry for my english. I would like put customer data on the bill in uppercase. It is posible? Regards Link to comment Share on other sites More sharing options...
tuk66 Posted March 12, 2015 Share Posted March 12, 2015 (edited) 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 March 12, 2015 by tuk66 (see edit history) 1 Link to comment Share on other sites More sharing options...
Chete2 Posted March 12, 2015 Author Share Posted March 12, 2015 Hi tuk66, Perfect, the solution it works Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now