thelia/abandoned-account-reminder-module
Composer 安装命令:
composer require thelia/abandoned-account-reminder-module
包简介
README 文档
README
AbandonedAccountReminder
Ce module vous permet d’envoyer un courrier électronique après un délai défini afin de relancer les comptes inactifs, c’est-à-dire les clients n’ayant effectué aucune commande après la création de leur compte.
Installation
Manuellement
- Copiez ce module directement dans votre répertoire
<thelia_root>/local/modules/et vérifiez que le nom du module soit AbandonedAccountReminder - Activez-le dans votre back office Thelia
Composer
Ajoutez cette ligne à votre fichier composer.json au cœur de votre Thélia :
composer require thelia/abandoned-account-reminder-module:~1.0
Usage
- Directement depuis votre back office, vous pouvez configurer le délai avant l’envoi des emails aux comptes inactifs.
- Vous devez également mettre en place un cron pour automatiser l’envoi.
Dans un terminal, tapez :
crontab -e
Ajoutez cette ligne à la fin de votre fichier pour effectuer une vérification toutes les minutes :
* * * * * /path/to/php /path/to/Theliadirectory/Thelia examine-abandoned-accounts >> /path/to/thelia/log/abandonedaccounts.log 2>&1
Sauvegardez.
en_US
AbandonedAccountReminder
This module allows you to send an email after a defined delay to remind inactive customers, meaning users who have not placed any order after creating their account.
Installation
Manually
- Copy the module into the
<thelia_root>/local/modules/directory and make sure the module name is AbandonedAccountReminder - Enable it in your Thelia administration panel
Composer
Add this line to your main Thelia composer.json file:
composer require thelia/abandoned-account-reminder-module:~1.0
Usage
- From your back office, you can configure the delay before sending emails to inactive accounts.
- You also need to set up a cron to automate the process.
In a terminal, type:
crontab -e
Add this line at the end of your crontab file to run a check every minute:
* * * * * /path/to/php /path/to/Theliadirectory/Thelia examine-abandoned-accounts >> /path/to/thelia/log/abandonedaccounts.log 2>&1
Save it.
thelia/abandoned-account-reminder-module 适用场景与选型建议
thelia/abandoned-account-reminder-module 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 20 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 04 月 14 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 thelia/abandoned-account-reminder-module 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 thelia/abandoned-account-reminder-module 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 26
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2026-04-14