seven.io/magento2

There is no license information available for the latest version (v1.0.0) of this package.

seven Magento2 Module

v1.0.0 2020-03-18 08:58 UTC

This package is auto-updated.

Last update: 2024-04-08 15:26:02 UTC


README

68747470733a2f2f7777772e736576656e2e696f2f77702d636f6e74656e742f75706c6f6164732f4c6f676f2e737667

Module for Magento 2

Installation

Via Composer

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

Manually

  1. Download the latest release as * .zip

  2. Extract the archive to /app/code

  3. 2.3.6 and below:

    1. Navigate to System->Web Setup Wizard->Component Manager
    2. Hover over the "Actions" column and click it to press "Enable"

    2.3.7+:

    1. bin/magento module:enable Seven_Api

In both cases, you will need to set your API key in order to send SMS. In the Magento backend, navigate to Marketing.Communications->seven and type it in. Do not forget to click on "Save Config".

Functionalities

Event-based SMS dispatch at:

  • Customer Registration
  • Order Shipment
  • Order Submission

Support

Need help? Feel free to contact us.

MIT