Magento 2
To install Magento 2 module, execute the following commands using command line inside your Magento installation path:
composer require getkevin/kevin-magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile
php bin/magento cache:clean
FTP installation will not work as this module has requirements that will be auto installed when using composer.
Run the following command:
composer update getkevin/kevin-magento2
- You didn’t enable the payment method.
- You limited the availability of the payment method to specific countries or currencies.
Last modified 9mo ago