Edit Customer Order Template

Hi,

Can you please advise which file (including directory path) to edit if I want to change text on PDF file generated for ‘Customer Order’?

I want to change the text ‘Order’ to another word.

Thanks…

Hi,

on linux you will find the files in
…/dolibarr/htdocs/core/modules/commande/doc/

Which file you have to change depends on the template you use.

A better way is, to make your own template. See Create_a_PDF_document_template

regards
tom

You can also use the files in the httpd/langs/* and translate Order to your language.

Thank you. This worked!

On more query, how do we add total product quantity at the end of Customer Order pdf (just like it totals amount)?

Thanks…

In that case I think you need to create your own template, or modify the existing one.