1. Home
  2. Third Party Solutions
  3. Magento 2

Magento 2







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

Installation

Via Composer

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

Manual

  1. Go to the Releases and download the latest *.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 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.