ifthenpay / multibanco-magento
Método de pagamento multibanco Ifthenpay para Magento 2
Installs: 3 570
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 5
Type:magento2-module
README
This is the official module of Ifthenpay Multibanco Payment Gateway for Magento 2.
The IFTHENPAY is a Payment Institution authorized by the Bank of Portugal, the market leader in online payments by ATM references.
The IFTHENPAY also offers an APP for Android, iOS and Windows Phone that allows you full control of your payments.
For more information visit us at http://www.ifthenpay.com.
Install using Composer
-
Go to Magento2 root folder
-
Enter following commands to install module:
composer require ifthenpay/multibanco-magento
Wait while dependencies are updated.
-
Enter following commands to enable module:
php bin/magento module:enable Ifthenpay_Multibanco --clear-static-content php bin/magento setup:upgrade
-
Enable and configure Ifthenpay Multibanco in Magento Admin under Stores/Configuration/Payment Methods/Ifthenpay Multibanco
Install using File Upload
-
Download the file that contain the last version of the module
-
At Magento 2 root folder go to the app folder and create the structure code/Ifthenpay/Multibanco
-
Put the content of the ZIP file inside the folder Multibanco created at step 2
-
After that go to your Magento 2 Administration, click System option and then Web Setup Wizard
-
On the new page click the Component Manager button and search for the component with name ifthenpay/multibanco-magento and *Enable it at the action column
-
Enable and configure Ifthenpay Multibanco in Magento Admin under Stores/Configuration/Payment Methods/Ifthenpay Multibanco
Support
Have some problem with this module?
Do you have some kind of a problem with your Magento installation?
Do you need some special plugin?
Send me an email and ask for help or a quote: manuelrocha@manuelrocha.biz
My Website: www.manuelrocha.biz
Found a bug?
Do you found a bug on my code? Help me to fix it:
-
Open an Issue and describe where you found the bug/problem and/or explain how can I replicate the issue.
-
Fork the project, fix it and make a request.