patrick-blom/multi-ordermail-receiver
Composer 安装命令:
composer require patrick-blom/multi-ordermail-receiver
包简介
This is a module for the OXID eShop which extends the amount of admin order mail receivers.
README 文档
README
Multi-Admin-Order-Mail-Receiver module
This module adds the possibility for multiple admin order mail receivers to OXID eShop.
About the module
Many customers have the problem that, the admin order mail address is bind to one single user. If the user is not reachable the order mails are also not reachable and no one can process the incoming orders. So This module adds the possibility to add multiple admin order mail receivers to the backend. The additional receivers will be added as carbon copy entries to the regular admin order mail.
Compatibility
- The module is OXID eShop 6.2 and higher only
- The module was built and will work on the OXID eShop Community Edition
- The module should work on OXID eShop Professional Edition and OXID eShop Enterprise Edition
- The module was tested on the OXID eShop Community Edition
- The module was not tested on OXID eShop Professional Edition and OXID eShop Enterprise Edition
Requirements
- OXID eShop 6.2 Community Edition (or higher)
- PHP 7.1 (or higher)
Module installation via composer
Default installation via packagist (recommend)
- add the module to your shop composer.json
cd <shop root>composer require patrick-blom/multi-ordermail-receiver
Alternative installation via GitHub (manual)
- create a new folder called "thirdparty" with the subfolder "pb" at the shop root level (same level as the composer.json)
cd <shop root>mkdir -p thirdparty/pb
- clone the repository to the new folder
git clone git@github.com:patrick-blom/multi-ordermail-receiver.git thirdparty/pb/MultiOrderMailReceiver
- navigate back to the shop root level and add the repository to composer.json
composer config repositories.patrick-blom/multi-ordermail-receiver path thirdparty/pb/MultiOrderMailReceiver
- add the module to your shop composer.json
composer require patrick-blom/multi-ordermail-receiver
OXID eShop module activation (identical for default && alternative installation)
- prepare the module configuration for eShop 6.2
vendor/bin/oe-console oe:module:install-configuration source/modules/pb/MultiOrderMailReceiver/vendor/bin/oe-console oe:module:apply-configuration
- activate the module
vendor/bin/oe-console oe:module:activate multiordermailreceiver
- regenerate the unified namespace and the views, because the module adds new database fields
vendor/bin/oe-eshop-unified_namespace_generatorvendor/bin/oe-eshop-db_views_regenerate
Usage
- After the installation and activation you will find a new mail address field called
Additional e-mail addresses for ordersunder:Master Settings -> Core Settings -> Main (right side)
- The additional mail addresses must be separated by a semicolon (;)
- Only valid mail addresses will be added as carbon copy
- If no address is provided, no carbon copy entry will be set
Testing
!Attention!
The testing process should only be done in a development environment or CI pipeline.
Preparing
- Install the module as described
- Prepare the OXID Testing Library likes described in their repository or use the oxvm_eshop / docker-eshop-sdk
- Add
pb/MultiOrderMailReceiverto the partial module paths in your test_config.yml (e.g:partial_module_paths: 'pb/MultiOrderMailReceiver') - Copy the
config.inc.TEST.php.distfrom the vendor module directory to your shop root and rename it toconfig.inc.TEST.php - Adjust the settings in the
config.inc.TEST.phpto your needs (test database name, error reporting, etc) - Modify your
config.inc.phpand ensure that theconfig.inc.TEST.phpwill be loaded during the tests
// bottom of config.inc.php if (defined('OXID_PHP_UNIT')) { include "config.inc.TEST.php"; }
Run tests
- Navigate to the shop root
- Run the test using the following command:
php vendor/bin/runtests <absolute path to shop root>/source/modules/pb/MultiOrderMailReceiver/Tests - Run the coverage using the following command:
php vendor/bin/runtests-coverage <absolute path to shop root>/source/modules/pb/MultiOrderMailReceiver/Tests
License
The module is released under GPL-3.0. For a full overview check the LICENSE file.
patrick-blom/multi-ordermail-receiver 适用场景与选型建议
patrick-blom/multi-ordermail-receiver 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 15 次下载、GitHub Stars 达 0, 最近一次更新时间为 2020 年 04 月 11 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「admin」 「module」 「order」 「eshop」 「OXID」 「emails」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 patrick-blom/multi-ordermail-receiver 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 patrick-blom/multi-ordermail-receiver 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 patrick-blom/multi-ordermail-receiver 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
2lenet/EasyAdminPlusBundle
Analysis module for finding problematical shop data.
Sylius plugin that adds the possibility to add products to the shopping cart using a button on the product card.
An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).
bootstrap select field module implementing http://silviomoreto.github.io/bootstrap-select/
Yii2 module to manage website content. Kind of a CMS...
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2020-04-11
