fooman / emailattachments-m2
自动将PDF和条款及条件文档附加到发出的销售邮件。
3.5.0
2024-03-26 05:22 UTC
Requires
- php: ~7.1.0||~7.2.0||~7.3.0||~7.4.0||~8.0.0||~8.1.0||~8.2.0||~8.3.0
- fooman/emailattachments-implementation-m2: 107.4.0
- magento/framework: >= 102.0.3 < 102.0.8 || >=103.0.0 < 103.0.8
Suggests
- fooman/pdfcustomiser-m2: Allows to easily customise the sales pdfs while also reducing file sizes
- fooman/printorderpdf-m2: Allows attaching the order confirmation pdf to the order confirmation email
This package is auto-updated.
Last update: 2024-09-14 23:01:39 UTC
README
Magento 2扩展
用户手册可在此处找到:这里
安装
此包可通过packagist.org获取。请使用Composer安装扩展
bin/magento deploy:mode:set developer (if you are in production mode)
composer require fooman/emailattachments-m2:^3.0
bin/magento module:enable --clear-static-content Fooman_EmailAttachments
bin/magento setup:upgrade
your usual sequence of commands to enable production mode, for example
bin/magento deploy:mode:set production
依赖于电子邮件附件
如果您正在使用电子邮件附件构建在之上,请使用实现包 composer require fooman/emailattachments-implementation-m2
,因为只有那个包会被语义版本化。