automater-pl/magento-2

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

Magento 2 Automater

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 2

Open Issues: 0

Type:magento2-module

0.1.1 2020-07-23 09:26 UTC

This package is auto-updated.

Last update: 2024-04-23 17:52:34 UTC


README

The integration of Automater with the Magento platform allows you to automatically handle sales and send codes or files to Clients. The cost of handling each transaction is 1% of its value, but not less than 5 cents. Credits for store transactions are not charged - only commission is charged.

1. How to install

✓ Install via composer (recommend)

Run the following command in Magento 2 root folder:

composer require automater-pl/magento-2

✓ Install ready-to-paste package

  • Go to the main magento directory and install the Automater SDK from: https://github.com/automater-pl/rest-php-sdk
  • Download the latest version from release page or master archive.
  • In the main magento directory you will find the app directory and then the code in it. In the code directory create an Automater directory and then another with the same name in it. The directory path should look like this:

app/code/Automater/Automater

  • Copy the contents of the previously downloaded package to this directory.

2. How to activate

Run the following command in Magento 2 root folder:

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy