Page 1 of 1

Rename Invoice Title

Posted: 12 Sep 2022, 19:52
by sirkai
Hi
Can someone give me a hint on how to modify the invoice Template (actually the German translation) ?
The basic request I have is that any print/mail that woud normally say "Rechnung" (Invoice) should instead say "Proforma Rechnung".
I don't mind that everywhere else it stays original except when it does send an email or prints (in German).
I don't even need the normal "invoice". So for me the translation Invoice -> Rechnung could be changed.
Thank you!

Re: Rename Invoice Title

Posted: 12 Sep 2022, 21:53
by Jan
Hi, there are two options you can use:

- override the language string - this is basic Joomla feature - in Joomla language override, you can rename each string of component
or
- make override of the invoice in your template and there you can completely change the output:
components/com_phocacart/layouts/order.php

Jan

Re: Rename Invoice Title

Posted: 12 Sep 2022, 23:32
by sirkai
The Override worked like a charm. Thank you!

Re: Rename Invoice Title

Posted: 15 Sep 2022, 23:57
by Jan
Ok, great to hear it.

Jan