Plugin Installation
Read these instructions to correctly install Scalapay on your Magento2 store
IMPORTANT
Once you have installed and configured the plugin, be sure
- to test all its functionalities (order flow, refund, Scalapay appeareance)
- to correctly insert the API key to go live
Install your plugin
-
Login on server by FTP/SFTP
-
Copy all Scalapay folders and files and upload them in Magento_root/app/code/ folder
-
After uploading, run following commands from magento root by ssh:
● php bin/magento setup:upgrade
● php bin/magento setup:di:compile
● php bin/magento cache:clean
● php bin/magento setup:static-content:deploy (if needed)
Composer
You can install Scalapay module, also using composer with this command:
composer require scalapay/scalapay-magento2
Updated 13 days ago