kowal / module-mailwizz
Magento 2 MailWizz集成
1.0.17
2024-01-10 14:11 UTC
Requires
README
``kowal/module-mailwizz``
主要功能
Magento 2 MailWizz集成
安装
* = 在生产环境中请使用--keep-generated选项
类型1:压缩文件
- 在
app/code/Kowal中解压压缩文件 - 通过运行
php bin/magento module:enable Kowal_MailWizz启用模块 - 通过运行
php bin/magento setup:upgrade应用数据库更新(*) - 通过运行
php bin/magento cache:flush清除缓存
类型2:Composer
- 将模块添加到Composer仓库中,例如
- 私有仓库
repo.magento.com - 公共仓库
packagist.org - 作为vcs的公共GitHub仓库
- 私有仓库
- 通过运行
composer config repositories.repo.magento.com composer https://repo.magento.com/将Composer仓库添加到配置中 - 通过运行
composer require kowal/module-mailwizz安装模块 - 通过运行
php bin/magento module:enable Kowal_MailWizz启用模块 - 通过运行
php bin/magento setup:upgrade应用数据库更新(*) - 通过运行
php bin/magento cache:flush清除缓存
配置
启用(mailwizz/settings/enable)
公钥(mailwizz/settings/public_key)
私钥(mailwizz/settings/private_key)
默认列表订阅者(mailwizz/settings/default_list_subscribers)
默认列表客户(mailwizz/settings/default_list_customers)
默认列表访客(mailwizz/settings/default_list_guests)
API URL(mailwizz/settings/api_url)
规格
控制台命令
- 导出
控制器
- adminhtml > kowal_mailwizz/export/subscribers
控制器
- adminhtml > kowal_mailwizz/export/customers
控制器
- adminhtml > kowal_mailwizz/export/guests
模型
- MailWizz
观察者
- customer_register_success > Kowal\MailWizz\Observer\Customer\RegisterSuccess
观察者
- newsletter_subscriber_save_after > Kowal\MailWizz\Observer\Newsletter\SubscriberSaveAfter
观察者
- sales_order_save_after > Kowal\MailWizz\Observer\Sales\OrderSaveAfter