ivoba-oxid / orderemailattach
Order email attachments for OXID eShop 7.
Installs: 299
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:oxideshop-module
Requires
- oxid-esales/oxideshop-ce: ^v7.0
This package is auto-updated.
Last update: 2024-10-26 07:00:35 UTC
README
Add attachments for f.e. "AGB" and "Widerrufsbelehrung" to the order mail.
Installation
composer require ivoba-oxid/orderemailattach
Usage
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
Requirements
- UTF-8
- PHP >= 7
- Oxid eShop >= CE 7
Todo
- path to pdfs is currently hardcoded -> make configurable
- language handling is static for de/en -> make dynamic
Credits
Its basically an upgrade on https://github.com/pgaida/ppg_ordermailattach which seems to be abandoned.