Delivery note

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
robert63
Posts: 25
Joined: 03 Nov 2021, 13:38

Delivery note

Post by robert63 » 11 Feb 2022, 10:52

When we ship the purchased goods we would like to print and add a delivery note. I couldn't find how to print one. Also we would like to have a copy of the invoice.
How can we get these documents?

Best regards

Typo3: 10.4.21
Aimeos: 21.10.2
PHP: 7.4.26
Linux

User avatar
aimeos
Administrator
Posts: 7865
Joined: 01 Jan 1970, 00:00

Re: Delivery note

Post by aimeos » 14 Feb 2022, 08:01

You can add a BCC address to all order confirmation e-mails:
https://aimeos.org/docs/2021.x/config/c ... #bcc-email

Please keep in mind, that the Symfony Mailer component used by TYPO3 doesn't send BCC e-mails when using TYPO3 standard sendmail configuration:
https://forge.typo3.org/issues/92354

Use this sendmail configuration instead:

Code: Select all

sendmail_command="/usr/sbin/sendmail -bs"
Is the delivery note dynamically generated or a static document?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply