Setup Snelstart Integration in Magento 2 via FTP
On this page, you will learn how to install and configure the Snelstart Integration extension for Magento 2 using FTP and SSH. This guide will provide you with detailed steps to ensure that your installation is successful and that the extension functions as intended.
We will cover the prerequisites for installation, the necessary commands for FTP and SSH, and how to verify that the extension is correctly set up.
By the end of this guide, you will have the capability to seamlessly connect your Magento store to Bol.com, enabling automated product synchronization, real-time inventory updates, and efficient order management, ensuring accurate data flow between both platforms and improving overall marketplace performance.
1. Installation Guide
You can start the installation by downloading the Snelstart Integration extension package (.zip) and the magento2-accounting-base.zip files from your Magmodules or Marketplace dashboard-account under my downloads and follow the installation instructions below.
Note: We strongly recommend testing your installation in a development environment prior to releasing it to production. Also, make sure you have a full backup available of your store, more information on this can be found here.
Start Using the Extension
Once the installation is complete, the extension is successfully installed in your Magento® 2 store and ready to use.
Navigate to Stores > Configuration > Magmodules > Snelstart Integration to configure and start using the extension.
2. Upload Files
The Magmodules zip files contain the content that needs to be placed in the app/code/Magmodules/Magmodules/SnelStart/(ZIP content) and in the app/code/Magmodules/AccountingBase/(ZIP Content) folder. Note; this directory structure is case sensitive and needs to be manually created. Below the exact steps on how to extract and upload the files.
2 A. Extract extension files from the .ZIP files Extract the extension package ZIP-file using Winzip, WinRar, etc.
2 B. Upload The unzipped extension files As the unzipped file only contains the content of the extension itself, you need to create the Magmodules/Magmodules/SnelStart and a Magmodules/AccountingBase/ folder in the app/code/ on the server yourself and place all the content files into these folders.
The final path where the content files are going to be uploaded into will be;
The Snelstart Integration contents should be uploaded in; app/code/Magmodules/Magmodules/SnelStart
And the Accounting Base should be uploaded in; app/code/Magmodules/AccountingBase/
If one of our extensions is already installed and you're updating it, make sure to overwrite the existing files of the extension.
3. Connect to your Magento® Webserver using SSH
3 A. Connect Run the following command in the terminal and enter the user password (please skip this step if you're installing expansion on the local machine):
ssh username@domain.com
3 B. Locate The RootChange your current directory to Magento 2 web root directory running this command:
cd /full_path_to_magento2
3 C. Start Setup
After that the extension is successfully downloaded, start the setup of the Snelstart Integration extension by running these commands:
php bin/magento module:enable Magmodules_Magmodules/SnelStart
php bin/magento module:enable Magmodules_AccountingBase
php bin/magento setup:upgrade
If Magento is running in production mode, recompile and deploy static content using the following commands:
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Now you've successfully executed the right commands and the extension is successfully installed, it's ready for configuration. Navigate to Stores ⇨ Configuration ⇨ Magmodules ⇨ Snelstart Integration and Accounting Bae to start the configuration.
Maintenance mode
You may want to enable the maintenance mode when installing or updating the module, especially when working on a production website. To do so, run the two commands below before and after running the other setup commands:
php bin/magento maintenance:enable
# Other setup commands
php bin/magento maintenance:disable


