Magento 2 Plugin€¦ · repo.magento.com. If you have purchased the module on the Magento®...

4
1. Unzip module archive to app/code/Ingenico/Payment 2. Log in via SSH, go to Magento root folder and execute: • php composer require ingenico/ogone-client • php bin/magento module:enable Ingenico_Payment • php bin/magento setup:upgrade 3. Configure module as per configuration instructions 1. Log in via SSH, go to Magento root folder and execute: • php bin/magento module:uninstall Ingenico_Payment --clear-static-content • php bin/magento setup:upgrade; • rm -rf app/code/Ingenico/Payment Installation Removal Manual Installation/Removal GUIDE Magento 2 Plugin 1/4 Option 1

Transcript of Magento 2 Plugin€¦ · repo.magento.com. If you have purchased the module on the Magento®...

Page 1: Magento 2 Plugin€¦ · repo.magento.com. If you have purchased the module on the Magento® Marketplace (even though it is free of charge), you can access use Magento® repository

1. Unzip module archive to app/code/Ingenico/Payment

2. Log in via SSH, go to Magento root folder and execute:

•phpcomposerrequireingenico/ogone-client

•phpbin/magentomodule:enableIngenico_Payment

•phpbin/magentosetup:upgrade

3. Configure module as per configuration instructions

1. Log in via SSH, go to Magento root folder and execute:

•phpbin/magentomodule:uninstallIngenico_Payment--clear-static-content

•phpbin/magentosetup:upgrade;

•rm-rfapp/code/Ingenico/Payment

Installation

Removal

Manual Installation/Removal

GuIde

Magento 2 Plugin

1/4

Option 1

Page 2: Magento 2 Plugin€¦ · repo.magento.com. If you have purchased the module on the Magento® Marketplace (even though it is free of charge), you can access use Magento® repository

v

2/4

1. Log in via SSH, go to Magento root folder and execute:

•phpcomposerrequireingenico/m2_payment

•phpbin/magentomodule:enableIngenico_Payment

•phpbin/magentosetup:upgrade

2. Configure module as per configuration instructions

1. Log in to Magento Admin

2. Go to Stores > Configuration > Ingenico ePayments and configure settings

3. Go to Stores > Configuration > Sales > Payment Methods > Ingenico ePayments and configure settings

1. Log in via SSH, go to Magento root folder and execute:

•phpcomposerremoveingenico/m2_payment

•phpbin/magentosetup:upgrade

Installation

Removal

Composer Installation/Removal

Module Configuration

Page 3: Magento 2 Plugin€¦ · repo.magento.com. If you have purchased the module on the Magento® Marketplace (even though it is free of charge), you can access use Magento® repository

2/4

We strongly recommend making a complete backup of your system files and database before any module installation or update. Also, the installation and module functionality should be completely verified on a testing or staging system before installing it on to a production system.

For questions about using Composer please refer to these official documentation: https://getcomposer.org/doc/01-basic-usage.md

The recommended way to install the module is from the Magento Marketplace repository

repo.magento.com. If you have purchased the module on the Magento® Marketplace (even though it is free of charge), you can access use Magento® repository to install the module with Composer.

Prerequisites

Module Installation

1. Installing using Composer after purchase on Magento Marketplace (PReFeRRed)

Option 2

Follow these steps:

1. Log in via SSH

2. Navigate to the root folder of your Magento® installation

3. Execute:

•composerrequireingenico/m2_payment

4. If required, enter authentication keys of the user who purchased the module on Marketplace. See also: https://devdocs.magento.com/guides/v2.3/install-gde/prereq/connect-auth.html

5. Check carefully if any errors occurred at this point, and resolve them

6. Execute:

•phpbin/magentomodule:enableIngenico_Payment--clear-static-content

•phpbin/magentosetup:upgrade

7. If your shop is running in “production” mode, then also execute:

•phpbin/magentosetup:di:compile

•phpbin/magentosetup:static-content:deploy

Page 4: Magento 2 Plugin€¦ · repo.magento.com. If you have purchased the module on the Magento® Marketplace (even though it is free of charge), you can access use Magento® repository

v

4/4

If possible, please install module using the first method. Installation from ZIP files makes it more difficult to update the module in the future.

2. Installing using Composer from ZIP archive

Follow these steps:

In the root directory of your Magento® installation create a folder. You can name it for example “local_packages”

1. Upload ZIP archive into that folder

2. Log in via SSH (if not already logged in)

3. Navigate to the root folder of your Magento® installation

4. Execute following command, where given path is a full server path of the folder containing ZIP archive with module. dO NOT unzip archive!

•composerconfigrepositories.ingenicoartifact/full/server/path/to/local_packages/

5. Execute:

•composerrequireingenico/m2_payment

6. Check carefully if any errors occurred at this point, and resolve them

7. Execute:

•phpbin/magentomodule:enableIngenico_Payment--clear-static-content

•phpbin/magentosetup:upgrade

8. If your shop is running in “production” mode, then also execute:

•phpbin/magentosetup:di:compile

•phpbin/magentosetup:static-content:deploy