payex payment gateway for magento 2 · 2018-06-12 · • magento community edition 2.1 • php...

4
PayEx Payment Gateway for Magento 2 Table of Contents Installation guide.................................................................................................................................... 1 Prerequisite............................................................................................................................................. 1 Installation.............................................................................................................................................. 1 Install using package.............................................................................................................................. 2 Install using Composer........................................................................................................................... 2 User guide.............................................................................................................................................. 2 Enable PayEx Payments Methods.......................................................................................................... 2 Installation guide Prerequisite Magento Community Edition 2.1 PHP version 5.6+ PHP extension: Soap Installation We can only guarantee that the modules work on magento version 2.1+ and 2.2+. We can only guarantee that the module works with the standard checkout of Magento. See our official page on github https://github.com/PayEx/PayEx.Magento2 . For general questions regarding installations please contact [email protected] . 1

Upload: others

Post on 05-Aug-2020

9 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: PayEx Payment Gateway for Magento 2 · 2018-06-12 · • Magento Community Edition 2.1 • PHP version 5.6+ • PHP extension: Soap Installation We can only guarantee that the modules

PayEx Payment Gateway for Magento 2

Table of ContentsInstallation guide....................................................................................................................................1Prerequisite.............................................................................................................................................1Installation..............................................................................................................................................1Install using package..............................................................................................................................2Install using Composer...........................................................................................................................2User guide..............................................................................................................................................2Enable PayEx Payments Methods..........................................................................................................2

Installation guide

Prerequisite

• Magento Community Edition 2.1• PHP version 5.6+• PHP extension: Soap

Installation

We can only guarantee that the modules work on magento version 2.1+ and 2.2+. We can only guarantee that the module works with the standard checkout of Magento.See our official page on github https://github.com/PayEx/PayEx.Magento2 .For general questions regarding installations please contact [email protected] .

1

Page 2: PayEx Payment Gateway for Magento 2 · 2018-06-12 · • Magento Community Edition 2.1 • PHP version 5.6+ • PHP extension: Soap Installation We can only guarantee that the modules

Install using package• Unpack files from package• Move files to magneto_2_dir/app/code/PayEx/Payments directory• Enter following commands to install dependencies:

composer require payex/php-apicomposer require aait/php-name-parser

• Enter following commands to enable module:php bin/magento module:enable PayEx_Payments --clear-static-contentphp bin/magento setup:upgradephp bin/magento cache:clean

Install using Composer• Connect to server using SSH• Go to Magento 2 root directory• Enter following commands to install module:

composer require payex/magento2-payments• Enter following commands to enable module:

php bin/magento module:enable PayEx_Payments --clear-static-contentphp bin/magento setup:upgradephp bin/magento cache:clean

User guide

Enable PayEx Payments MethodsSign in to magento as Administrator, and go to Stores → Configuration.

2

Page 3: PayEx Payment Gateway for Magento 2 · 2018-06-12 · • Magento Community Edition 2.1 • PHP version 5.6+ • PHP extension: Soap Installation We can only guarantee that the modules

Go to Sales → Payment Methods to get list of available payment methods configuration.

3

Page 4: PayEx Payment Gateway for Magento 2 · 2018-06-12 · • Magento Community Edition 2.1 • PHP version 5.6+ • PHP extension: Soap Installation We can only guarantee that the modules

And you can look configuration in «Other payment methods» section.

Enable payment method(s) by PayEx, change «Enabled» to «Yes», and click «Save Config».

4