How to to customize the invoice pdf file?
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
How to to customize the invoice pdf file?
I need to customize the invoice pdf file.
Please tell me how I can design the pdf file and see the result right away?
I understand that making a test order and checking the mail every time is a bad solution and it is very slow.
Please tell me how I can design the pdf file and see the result right away?
I understand that making a test order and checking the mail every time is a bad solution and it is very slow.
Aimeos 2024.10.3 + Laravel 11, PHP 8.2, MySql8.0, Nginx, Ubuntu 22.04.5 LTS
Re: How to to customize the invoice pdf file?
You can remove the "email-sent" record from mshop_order_status so you don't have to create an order each time to speed up testing
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: How to to customize the invoice pdf file?
Thanks for the answer! Yes, that's what I do.
However, I apologize, apparently I didn't formulate the request correctly.
The option you suggested has a drawback: every time I need to send a email to see the result of what I've laid out. Is there another way to see the result of the invoice layout?
However, I apologize, apparently I didn't formulate the request correctly.
The option you suggested has a drawback: every time I need to send a email to see the result of what I've laid out. Is there another way to see the result of the invoice layout?
Aimeos 2024.10.3 + Laravel 11, PHP 8.2, MySql8.0, Nginx, Ubuntu 22.04.5 LTS
Re: How to to customize the invoice pdf file?
As the PDF is completely generated: No.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: How to to customize the invoice pdf file?
As html?
Aimeos 2024.10.3 + Laravel 11, PHP 8.2, MySql8.0, Nginx, Ubuntu 22.04.5 LTS