sms77/shopware6

Shopware 6 plugin to programmatically send SMS via the sms77.io gateway.

Maintainers

Package info

github.com/seven-io/shopware6

Documentation

Type:shopware-platform-plugin

pkg:composer/sms77/shopware6

Statistics

Installs: 1 929

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 4

v1.0.0 2020-09-09 07:13 UTC

README

seven logo

seven SMS for Shopware 6

Send manual and event-based SMS for orders, deliveries and payments in Shopware 6 via the seven gateway.

MIT License Shopware 6.x PHP 7.4+

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

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

MIT