Magento 2
Magento 2 is an open-source e-commerce platform used to build and manage online stores. It provides a flexible and scalable solution for creating custom shopping experiences, handling product catalogs, processing transactions, managing customer data, and running marketing campaigns. Magento 2 offers a wide range of built-in features, including inventory management, order processing, and support for multiple payment gateways. It also supports extensions and third-party integrations to add more functionality as needed. Magento 2 is suitable for businesses of all sizes, offering powerful tools for managing both small and large-scale online stores, with a focus on providing a customizable and robust e-commerce environment.
Functionalities
Event-based SMS dispatch for:
- ORDER_STATE_CANCELLED
- ORDER_STATE_READY_FOR_DELIVERY
- ORDER_STATE_COMPLETELY_DELIVERED
- ORDER_STATE_CLARIFICATION_REQUIRED (Processing errors - lack of funds or similar)
- PAYMENT_STATE_1ST_REMINDER
- PAYMENT_STATE_2ND_REMINDER
- PAYMENT_STATE_3RD_REMINDER
Installation
Installation via Composer
composer require seven.io/magento2
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
Manual Installation
- Go to latest version and download the *.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 must enter your API key to be able to send SMS.
In the Magento administration area, navigate to Marketing → Communication → seven
and enter it.
Don't forget to click on "Save configuration".