cowal / module-automaticallysendinvoice

订单付款后自动发送发票邮件

1.0.2 2022-03-19 12:30 UTC

This package is not auto-updated.

Last update: 2024-09-15 21:17:43 UTC


README

``kowal/module-automaticallysendinvoice``

主要功能

订单付款后自动发送发票邮件

安装

* = 在生产环境中请使用 --keep-generated 选项

类型 1: 压缩文件

  • 将压缩文件解压到 app/code/Kowal
  • 通过运行 php bin/magento module:enable Kowal_AutomaticallySendInvoice 启用模块
  • 通过运行 php bin/magento setup:upgrade 应用数据库更新(*)
  • 通过运行 php bin/magento cache:flush 清理缓存

类型 2: Composer

  • 将模块添加到composer仓库中,例如
    • 私有仓库 repo.magento.com
    • 公开仓库 packagist.org
    • 公开GitHub仓库作为vcs
  • 通过运行 composer config repositories.repo.magento.com composer https://repo.magento.com/ 将composer仓库添加到配置
  • 通过运行 composer require kowal/module-automaticallysendinvoice 安装模块composer
  • 通过运行 php bin/magento module:enable Kowal_AutomaticallySendInvoice 启用模块
  • 通过运行 php bin/magento setup:upgrade 应用数据库更新(*)
  • 通过运行 php bin/magento cache:flush 清理缓存

配置

  • 启用(automaticallysendinvoice/settings/enable)

规格

  • 观察者
    • sales_order_invoice_save_after > Kowal\AutomaticallySendInvoice\Observer\Sales\OrderInvoiceSaveAfter

属性