Magento 2

Requirements

Before installing the extension, ensure your environment meets the following requirements:

  • Magento version: 2.4.7

  • PHP version: 8.3

Using an unsupported version of Magento or PHP may result in unexpected behavior.

Installation Instructions

Follow these steps to install the E-commerce Gateway extension:

  1. Navigate to the Magento 2 code directory

Go to your Magento installation path:

magento2/app/code

If the code directory does not exist, create it manually.

  1. Extract the extension files

Unzip the downloaded extension package and place its contents into:

magento2/app/code

Folder structure should look like:

magento2/app/code/Tietoevry/EGW

  1. Enable the extension via command line

Open a terminal and navigate to the root of your Magento installation and then run the following commands:

php bin/magento module:enable Tietoevry_EGW php bin/magento setup:upgrade php bin/magento cache:flush

The extension is now installed and ready for configuration.

Configuration Instructions

The payment methods provided by the E-commerce Payment Gateway extension are disabled by default. To enable and configure them:

  1. Log in to the Magento Admin Panel

By default, this is accessible at:

https://<your_domain>/admin

  1. Navigate to the configuration settings

In the left-hand menu, go to:

Stores → Configuration

  1. Access payment method settings

Under the Sales section, click on Payment Methods.

  1. Locate the E-commerce Gateway settings

Scroll to the Other Payment Methods section and find Tietoevry E-commerce Payment Gateway.

5. Configure the extension:

- Set Enabled to Yes to activate the payment methods. - Choose the desired Environment:   - Sandbox (recommended for testing)   - Live (for production use) - Enter your OAuth2 credentials as provided by Tietoevry.

We recommend thoroughly testing in the sandbox environment before switching to live mode.

Last updated

Was this helpful?