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

  1. composer require seven.io/magento2
  2. php bin/magento setup:upgrade
  3. php bin/magento setup:di:compile
  4. php bin/magento cache:clean

Manual Installation

  1. Go to latest version and download the *.zip package.
  2. Extract the archive to /app/code
  3. Navigate to System → Web Setup Wizards → Component Manager
  4. 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".

Last updated: 3 weeks ago