Skip to content
forked from mobilpay/Magento

MAGENTO implementation - CARD Processing @mobilpay

Notifications You must be signed in to change notification settings

ciumete/Magento

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

NETOPIA Payments module for Magento 2.4

(for previous versions using the other branches of this GitHub repository)

Options

  • Card payment
  • mobilPay WALLET

Installation

The Module placed in folder "Netopia"

  1. put Netopia folder inside of <your_magento_root>/app/code/

  2. SSH to your Magento server and run the following commands

    • php bin/magento setup:upgrade
    • php bin/magento setup:static-content:deploy
    • php bin/magento ca:cl
  3. Complete the Basic Configuration

  4. Enable the module from Advanced configuration

    Additional option

    By Enable the Allow mobilPay WALLET Payment you will give this option to your clients to pay also via mobilPay WALLET by scan a simple QrCode

  5. Download your keys from https://admin.mobilpay.ro/ for Live mode and https://sandbox.mobilpay.ro for Sandbox mode. Set your Mode at Mode Configuration and Upload the certificates.

    Note : if you would like to have possibility to work with both mode (Sandbox and Live), you will need the keys for each mode.

Verification

By run the following command you can make sure, if this module is installed successfully on your Magento Proiect

  • php bin/magento module:status

After installation

Recommended to firstly, go to Admin panel & fill the necessary data <your_magento_admin>->Stores->Configuration->Sales->Payment Methods->Netopia Payments

  • ####Necessary fileds

    • Basic Configuration
      • Merchant Id / Signature
      • Username
      • Password
    • Advanced configuration
      • Enabled
    • Mode Configuration
      • Live Mode

    Note : Except the Basic Configuration which is obligatory the other items, will configure with default value, if you don't set them.

Other general usefull note

If in any case you update/upgrade your Magento Module & not see the changes, so maybe is cached. You can using such command like this php bin/magento ca:cl to clean the cache or Using such command bin/magento setup:di:compile to compile or regenerate your modules. Sometime remove the contents of actual cache folders such as MagentoRoot/var/cache/ | MagentoRoot/var/page_cache/ | MagentoRoot/generated/code is helping too

Good to know
  • To get the module compatible with previous versions of Magento, using the other branches of this GitHub repository. for ex. for Magento Version 2.3.X we can get the module by run git command like : git clone --single-branch --branch V2.3 https://github.com/mobilpay/Magento.git

NETOPIA Payments development team try to keep compatibility of the Magento module with latest version of Magento, in order to helping you to implamenting your ecomerce website faster.

About

MAGENTO implementation - CARD Processing @mobilpay

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 91.7%
  • HTML 5.7%
  • JavaScript 2.4%
  • CSS 0.2%