sms77/shopware6
Composer 安装命令:
composer require sms77/shopware6
包简介
Shopware 6 plugin to programmatically send SMS via the sms77.io gateway.
关键字:
README 文档
README
seven SMS for Shopware 6
Send manual and event-based SMS for orders, deliveries and payments in Shopware 6 via the seven gateway.
Features
- Compose SMS - Send messages directly from the Shopware admin
- Signature Support - Append a configurable signature to outbound messages and pick its position
- Fixed Sender / Receiver - Lock down the sender ID or recipient per shop instance
- Event-Based Dispatch - Auto-fire SMS on:
- Canceled order, Finalized order
- Canceled / Return / Part-return / Outbound / Partial-shipment delivery events
- Canceled / Settled / Partial-settled / Refunded / Partial-refunded / Reminder payment events
Prerequisites
- Shopware 6.x
- PHP 7.4+
- A seven account with API key (How to get your API key)
Installation
Composer (recommended)
cd /path/to/shopware
composer require sms77/shopware6
php bin/console cache:clear
php bin/console database:migrate --all Sms77Shopware6
Manual
Download the latest release ZIP and upload it via Settings > System > Plugins in the Shopware admin.
Configuration
Open Administration > Settings > System > Plugins > sms77io, paste your seven API key and save.
| Option | Description |
|---|---|
| API key | Your seven API key |
| Signature | Static text appended to every outbound SMS |
| Signature position | Where the signature is appended (before / after the body) |
| Fixed sender identifier | Override the per-message sender |
| Fixed message receiver | Override the per-message recipient |
Support
Need help? Feel free to contact us or open an issue.
License
统计信息
- 总下载量: 1.93k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-26