Introduction and Installation
This guide contains step-by-step instructions on installing the Converge plugin for Magento. It also shows how to use all the plugin’s features. In order to get started, you must have the following items:
- Converge Merchant ID
- Converge API User ID
- Converge User PIN
- Download the plugin below
The plugin has been tested and proven to work with the Community 2.4.3-p1 version of Magento 2.
To integrate using Magento, you will need to contact the Software Technical Support Team or Customer Service at 1-800-377-3962 | Option 2 | Option 2 to:
- Register and add the IP address and Web URL of your server as allowed sites.
- Set a Converge User ID with a Hosted Payment API User status with permission to post a session token request.
- Associate the Converge User ID with the eCommerce terminal.
Installation Steps
1.1 Installation Requirements and Guide for Magento 2
You have to install Magento 2 before you can install the Converge plugin for Magento.
Magento provides a list of the requirements for installing Magento 2 on their websiteopen_in_newLink opens new window.
To install Magento 2, please follow the Magento Installation Guideopen_in_newLink opens new window available
important
Only Linux distributions support Magento.
Magento is not supported on machines running Windows or Mac OS.
Please see the Magento site for more detail:
- Magento technology stack requirementsopen_in_newLink opens new window
- Supported browsersopen_in_newLink opens new window
1.2 Installation for Converge Plugin using COMMAND LINE
Unzip archive
Login to your Magento 2.x hosting site using SSH connection
Open the Magento root directory
The content of unzipped extension should be copied into the Magento “app/code” folder
Magento root folder structure should look like this
To enable module from console line open the Magento root directory and run command:
bin/magento module:enable Elavon_ConvergePayment
- The list of enabled modules can be checked with the following command:
bin/magento module:status
- The list of enabled modules can be checked with the following command:
To update the database schema and modules run command:
bin/magentosetup:upgrade
To clear the cache run the command:
bin/magento cache:flush
This completes the module installation.