Type
magento2-module
ICEPAY integration for Magento 2
magento2-module
BSD-2-Clause
None
None
None
None
None
Make payments in your Magento 2 webshop possible. Download the special Magento 2 webshop module here, and you will be able to offer the most frequently used national and international online payment methods.
Our module is available under the BSD-2-Clause. See the LICENSE file for more information.
Go to the Magento 2 root folder
Add ICEPAY Payment Module repository to composer:
composer config repositories.icepay git https://github.com/ICEPAYdev/Magento-2.git
Install the module:
composer require icepay/icepay-magento2-module:dev-master
Enable the module:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Download the latest release
Extract the archive to app/code/Icepay/IcpCore
Enable the module:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Go to app/code folder
Clone this repository
bash
git clone https://github.com/ICEPAYdev/Magento-2.git Icepay/IcpCore
Alternatively, use SSH:
git clone [email protected]:ICEPAYdev/Magento-2.git Icepay/IcpCore
cd ../../
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Coming soon!
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)If you found a repeatable bug, and troubleshooting tips didn't help, then be sure to search existing issues first. Include steps to consistently reproduce the problem, actual vs. expected results, screenshots, and your PrestaShop version and Payment module version number. Disable all other third party extensions to verify the issue is a bug in the Payment module.