Skip to content

AppInlet/PayWeb_Magento_2

 
 

Repository files navigation

PayWeb_Magento_2

Paygate Magento plugin v2.6.2 for Magento v2.4.7

This is the Paygate PayWeb3 plugin for Magento 2. Please feel free to contact the Payfast support team at [email protected] should you require any assistance.

Installation

  1. Download the Plugin

    • Option 1: Automatic Installation
      • Install the module using the following composer command:
      composer require paygate/paygate-payweb-gateway
    • Option 2: Manual Installation
      • Visit the releases page and download PayGate.zip.
      • Extract the contents of PayGate.zip, then upload the newly created PayGate directory into your Magento app/code directory (e.g. magentorootfolder/app/code/).
  2. Install the Plugin

    • Run the following Magento CLI commands:
      php bin/magento module:enable PayGate_PayWeb
      php bin/magento setup:upgrade
      php bin/magento setup:di:compile
      php bin/magento setup:static-content:deploy
      php bin/magento indexer:reindex
      php bin/magento cache:clean
  3. Configure the Plugin

    • Login to the Magento admin panel.
    • Navigate to Stores > Configuration > Sales > Payment Methods and click on Paygate PayWeb3.
    • Configure the module according to your needs, then click the Save Config button.

Collaboration

Please submit pull requests with any tweaks, features or fixes you would like to share.

About

This is the PayGate PayWeb3 plugin for Magento 2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.6%
  • HTML 3.0%
  • JavaScript 2.9%
  • CSS 0.5%