What is Magento 2
Magento 2 is a very successful shop system. The first version was released in 2008. Today Magento belongs to Adobe Inc. and has introduced a more user-friendly interface with Magento 2.
Functionalities
Event-based SMS dispatch with:
- Cancellation
- ORDER_STATE_CANCELLED
- Outgoing stock
- ORDER_STATE_READY_FOR_DELIVERY
- Delivery completed
- ORDER_STATE_COMPLETELY_DELIVERED
- Errors in processing (lack of funds or similar)
- ORDER_STATE_CLARIFICATION_REQUIRED
- Missing receipt of payment (three reminders)
- PAYMENT_STATE_1ST_REMINDER
PAYMENT_STATE_2ND_REMINDER
PAYMENT_STATE_3RD_REMINDER
- PAYMENT_STATE_1ST_REMINDER
Installation
Via Composer
composer require sms77/magento2
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
Manual
- Go to the Releases and download the latest *.zip package.
- Extract the archive to
/app/code>
- Navigate to
System->Web Setup Wizards->Component Manager
- Move the mouse over the “Actions” column and click on it to press “Activate”.
In both cases you have to set your API key to be able to send SMS.
In the Magento administration area, navigate to Marketing->Communications->sms77io
and enter it.
Do not forget to click on “Save Config”.
Support
If you have any questions regarding the Magento 2 plugin, please contact us via e-mail.