- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
where are the invoice templates stored?
Hi there,
i am new to Magento 1.9.
i found an information about the path to the invoice template: app/design/frontend/base/default/template/invoice – but in the Folder template there is no subfolder invoice.
So, where are my invoice templates?
And where in the documentation are these informations described? i did not found it in the documentation (but somewhere in the internet).
Thank You very much (and please sorry for my cruel english)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: where are the invoice templates stored?
The base template will be in your app/locale folder. If you are using the en_US locale then they will be here: https://github.com/OpenMage/magento-mirror/blob/magento-1.9/app/locale/en_US/template/email/sales/in...
Note that there is a different templates used depending on guest/logged in customer.
The above template will use this template in your theme or inherit from base/default theme if you haven't customised to actually output the items: https://github.com/OpenMage/magento-mirror/blob/magento-1.9/app/design/frontend/base/default/templat...
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: where are the invoice templates stored?
Thank You very much for Your Tipps!
I did not ask the right QUestion.
Where is the Template for the PDF-Invoice, the People get from the System?
And where is the correct Part of the Documentation to find and edit these Objects?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: where are the invoice templates stored?
Did you find this file? https://github.com/OpenMage/magento-mirror/blob/577122d5a50acb7ae585a817fa50faee848c9673/app/code/co...
Alternatively, I would recommend using this extension to help you customised the PDFs; https://store.fooman.co.nz/magento-extension-pdf-customiser.html
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!