fooman/emailattachments-m2

自动将PDF和条款及条件文档附加到发出的销售邮件。

安装次数: 393,453

依赖项: 0

建议者: 0

安全性: 0

星标: 22

关注者: 5

分支: 9

类型:元包

3.5.0 2024-03-26 05:22 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,因为只有那个包会被语义版本化。