magevision/module-mass-email-customers

适用于 Magento 2 的批量电子邮件客户扩展

2.4.4 2024-04-11 16:27 UTC

This package is auto-updated.

Last update: 2024-09-11 17:23:24 UTC


README

概述

批量电子邮件客户扩展允许您向所有或选定的注册和访客客户发送电子邮件。从管理员销售订单网格和管理员客户网格中一键发送批量电子邮件。像 Magento 的默认电子邮件模板一样自定义电子邮件模板。一种轻松联系客户并使他们了解您的新闻、活动和更新的方法。

主要功能

* Send mass email to all or selected customers
* Send mass email with one click from the admin sales order grid and admin customer grid
* Easy email template customization like Magento's default email templates
* Custom email variables for customer and order data

其他功能

* Developed by a Magento Certified Developer
* Meets Magento standard development practices
* Simple installation
* 100% open source

兼容性

Magento Community Edition 2.4

使用存档和 FTP 安装扩展

* Backup your web directory and store database
* Download the extension
	1. Sign in to your account
	2. Navigate to menu My Account → My Downloads
	3. Find the extension and click to download it
* Extract the downloaded ZIP file in a temporary directory
* Upload the extracted folders and files of the extension to base (root) Magento directory. Do not replace the whole folders, but merge them.  If you have downloaded the extension from Magento Marketplace, then create the following folder path app/code/MageVision/MassEmailCustomers and upload there the extracted folders and files.
    * Connect via SSH to your Magento server as, or switch to, the Magento file system owner and run the following commands from the (root) Magento directory:
          1. cd path_to_the_magento_root_directory 
          2. php bin/magento maintenance:enable
          3. php bin/magento module:enable MageVision_MassEmailCustomers --clear-static-content
          4. php bin/magento setup:upgrade
          5. php bin/magento setup:di:compile
          6. php bin/magento setup:static-content:deploy
          7. php bin/magento maintenance:disable
    * Log out from Magento admin and log in again

通过 composer 安装扩展

* Backup your web directory and store database
* Connect via SSH to your Magento server as, or switch to, the Magento file system owner and run the following commands from the (root) Magento directory:
    1. cd path_to_the_magento_root_directory 
    2. php bin/magento maintenance:enable
    3. composer require magevision/module-mass-email-customers
    4. php bin/magento module:enable MageVision_MassEmailCustomers --clear-static-content
    5. php bin/magento setup:upgrade
    6. php bin/magento setup:di:compile
    7. php bin/magento setup:static-content:deploy
    8. php bin/magento maintenance:disable

如何使用

导航到“商店”下的“配置”→“MageVision 扩展”→“批量电子邮件客户”以配置发送者电子邮件和批量电子邮件模板。扩展使用的默认电子邮件模板只包含一个简单的示例消息。因此,您需要自定义它并添加您的消息。导航到“营销”下的“电子邮件模板”并添加一个新模板。将“批量电子邮件模板”作为默认模板加载,并查看模板信息。您可以自定义模板的主题和内容。除了默认的 Magento 变量外,您还可以使用一些自定义变量,您可以使用这些变量将客户和订单数据添加到电子邮件内容中。

变量: “customer_name“ : 客户姓名 “customer_email“ : 客户电子邮件地址 “increment_id“ : 订单 Id(仅适用于从管理员销售订单网格发送电子邮件)

为您的自定义模板命名并保存。之后再次导航到“商店”下的“配置”→“MageVision 扩展”→“批量电子邮件客户”,并配置扩展使用您的新自定义电子邮件模板。

支持

如果您需要支持或有任何直接与 MageVision 扩展相关的问题,请通过 support@magevision.com 联系我们。