- Card payment
- mobilPay WALLET
The Module placed in folder "Netopia"
-
put Netopia folder inside of <your_magento_root>/app/code/
-
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
-
Complete the Basic Configuration
-
Enable the module from Advanced configuration
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
-
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.
By run the following command you can make sure, if this module is installed successfully on your Magento Proiect
php bin/magento module:status
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.
- Basic Configuration
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
- 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.