Add attachments for f.e. "AGB" and "Widerrufsbelehrung" to the order mail.
composer require ivoba-oxid/orderemailattach
Create a folder: source/out/pdf/ and add your pdfs there and add them in module settings.
Activate module in "Erweiterungen -> Module -> Ivo Bathke: Order email attachments" enter your settings in the "Settings" tab
- UTF-8
- PHP >= 7
- Oxid eShop >= CE 7
- path to pdfs is currently hardcoded -> make configurable
- language handling is static for de/en -> make dynamic
Its basically an upgrade on https://github.com/pgaida/ppg_ordermailattach which seems to be abandoned.