seven.io/magento2
Composer 安装命令:
composer require seven.io/magento2
包简介
seven Magento2 Module
README 文档
README
seven SMS for Magento 2
Send transactional SMS for customer registration, order submission and shipment events directly from Magento 2 using the seven.io gateway.
Features
- Event-based SMS dispatch - fired automatically on:
- Customer registration
- Order submission
- Order shipment
- Configurable templates per event - edit message body, toggle per event, target internal-only recipients
- Placeholder substitution - inject order number, customer name, tracking URL etc.
- Composer-first install - standard Magento 2 module, no marketplace required
Requirements
| Component | Version |
|---|---|
| Magento | 2.4.x |
| PHP | 8.1 / 8.2 / 8.3 / 8.4 |
| seven.io | Active account with API key (how to get one) |
Installation
Composer (recommended)
composer require seven.io/magento2 php bin/magento module:enable Seven_Api php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:clean
Manual
-
Download the latest release ZIP.
-
Extract its contents into
app/code/Seven/Api/(create the directory if it does not exist). -
Enable and register the module:
php bin/magento module:enable Seven_Api php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:clean
Configuration
In the Magento admin go to Stores → Configuration → seven (or Marketing → Communications → seven depending on the Magento version), paste your API key and click Save Config.
From there you can also:
- toggle individual triggers (customer registration / order submission / order shipment)
- edit the message template per event
- define additional or default recipients (comma-separated, e.g.
+4915112345678,Peter) - mark a trigger as internal (sends to the additional recipients only, not to the customer)
Template placeholders
| Event | Available placeholders |
|---|---|
| Customer registration | {0} first name · {1} last name · {2} email |
| Order submission | {0} order ID · {1} customer name |
| Order shipment | {0} order ID · {1} recipient name · {2} tracking info (number(carrier), semicolon-separated for multiple parcels) |
Placeholders are substituted with a simple str_replace - missing values resolve to an empty string.
Troubleshooting
Composer fails with requires php ^7.0|^7.1|^7.2
You are pulling an old release (v1.0.0). Make sure your composer.json does not pin to that version, then run composer update seven.io/magento2.
Config section "seven" does not appear in admin
Re-run setup:upgrade and cache:clean, then log out and back into the admin once so ACL gets refreshed.
SMS is not sent on event
Check var/log/system.log - the module logs every dispatch attempt as well as reasons for skipping (missing API key, event disabled, missing phone number).
Support
Need help? Contact us or open an issue.
License
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-06-08