Skip to content

googlygoo/magento

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

EFTsecure payment gateway plugin for Magento

Note: upload_1.x folder supports for Magento 1.7.x or 1.8.x
Note: upload_1.9.x folder supports for only Magento 1.9.x
Note: upload_2.x folder supports for Magento 2.x

Description

Take instant eft payments on your Magento store using EFTsecure.

Accept ABSA, Standard Bank, Capitec, Investec, FNB and Nedbank payments directly into your bank account.

Installation - For Magento 1.7.x, 1.8.x, 1.9.x

NOTE Before you begin, make a backup of your Magento site.

  1. Click the Download Zip button and save to your local machine
  2. Transfer the zip file to your Magento webserver
  3. Unpack the archive in the root directory of your Magento instance
  4. Flush your Magento caches
    • In the admin page for your Magento instance, navigate to System->Cache Management
    • Click the 'Flush Magento Cache'
  5. Log out of the admin page and then log back in to ensure activation of the module

Configure - For Magento 1.7.x, 1.8.x, 1.9.x

  • The plugin is configured under System->Configuration->Payment Methods->EFTSecure.
  • You need to add username and password.

Installation - For Magento 2.x

  1. Click the Download Zip button and save to your local machine
  2. Transfer the zip file to your Magento webserver
  3. Unpack the archive in the root directory of your Magento instance
  4. In command line, navigate to the installation directory of magento2 Enter the following commands:
    php bin/magento setup:upgrade
    php bin/magento cache:clean
    

Configure - For Magento 2.x

  1. Log into the Magento Admin
  2. Go to Stores / Configuration
  3. Go to Sales / Payment Methods
  4. Scroll down to find the EFTsecure Settings
  5. Enter the API Username and Password.
  6. Save the settings

About

EFTsecure plugin for Magento

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 78.2%
  • HTML 14.6%
  • JavaScript 7.2%