What is Sylius?
Sylius is an eCommerce platform based on Symfony. The platform can be extended with plugins.
Functionality
With the sms77 plugin for Sylius you can send SMS without leaving your store’s interface. You can send SMS when an order is placed, send bulk SMS, personalize messages, mark your SMS with labels and create a fixed sender name. Caution! Your sender name can contain up to 11 alphanumeric or 16 numeric characters.
You can set all functions in the plugin configuration.
Installation
- Add to config/bundles.php
Sms77\SyliusPlugin\Sms77SyliusPlugin::class => ['all' => true],
- Add to config/routes.yaml
sms77_sylius_plugin: resource: "@Sms77SyliusPlugin/Resources/config/admin_routing.yml"
- Add to config/services.yaml
imports: - { resource: "@Sms77SyliusPlugin/Resources/config/config.yml" }
- Make migrations
php bin/console doctrine:migrations:diff
php bin/console doctrine:migrations:execute --up XXXXXXXXXXXX
(replace XXXXXXXXXXXX with number output from last command) - Navigate to Sms77->Configurations and create your first configuration.
Support
Please contact us via mail if you have more questions about our plugin for Sylius.