Setup Snelstart Integration in Magento 2 using Adobe Marketplace
On this page, you will find detailed instructions for install the Snelstart Integration extension in your Magento 2 store using the Adobe Marketplace. This guide is designed for users who already own the extension and need assistance with the setup process.
We will cover the necessary steps to ensure that your Hreflang tags are correctly implemented, enhancing your store's SEO for multilingual audiences. By the end of this guide, you will be able to successfully configure the extension to improve your website's visibility in different regions and languages.
Installing a Magento 2 Extension via the Adobe Marketplace
Important Note before Installing
If the plugin was purchased from magmodules.eu, this installation method does not apply. The steps outlined below are only for orders placed via the Adobe Marketplace. Additionally, this is the only supported installation method for Marketplace purchases other installation methods mentioned in our support section do not apply to Marketplace orders.
1. Get Access Keys from Magento Marketplace
- Go to Magento Marketplace.
- Log in with your Magento account.
- Click on your profile (top-right) → My Profile.
- Navigate to Access Keys (under the Marketplace tab).
- If you don't have keys, generate a new one:
- Public Key = Username
- Private Key = Password
2. Check If Marketplace Credentials Are Set
composer config --global http-basic.repo.magento.com
This will display if credentials are currently configured. If no credentials are set, you will be prompted to enter them during the installation in step 3.
3. Install the Module via Composer
Connect to your server via SSH and navigate to the Magento root directory:
cd /path/to/magento/root
Use the following Composer command to install the module:
composer require magmodules/magento2-snelstart
When prompted, enter your Public Key as the username and Private Key as the password. Composer will store these credentials for future use.
4. Enable the Module
Run the following commands:
php bin/magento module:enable
php bin/magento setup:upgrade
php bin/magento cache:flush
If Magento is running in production mode, recompile and deploy static content:
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
Note: The compilation and deployment steps may take several minutes to complete.
5. Verify Installation
Via Admin Panel:
- Log in to your Magento Admin Panel.
- Navigate to Stores → Configuration → Magmodules → Snelstart Integration.
- Check if the module appears and start the configuration right away!
Via Command Line:
php bin/magento module:status | grep
The module should appear in the enabled modules list.
Open the Magento Connect Manager
1. Log in to your Magento back-end Panel. 2. Go to System » Magento Connect » Magento Connect Manager. 3. Log in to the Magento Connect Manager using your admin Username and Password.
Get the right Keys from the Magento Marketplace
1. Purchase the extension through the Magento Marketplace. 2. Get the right extension Magento Connect Key from your account through https://marketplace.magento.com/customer/accessKeys/ under the "My Access Keys" tab. 3. Copy this key to your clipboard.
Install the extension through the Magento Connect Manager
1. Paste the obtained extension key in the open the text-field under the Install New Extensions tab. 2. The Extension dependencies appears: your package is in Ready to install status. Click to Proceed. 3. Wait till you get the successful installation notification. 4. Click Refresh to finish.
Exit the Magento Connect Manager
1. On the top of the Magento Connect Manager, click the Return to admin link. 2. The extension is all set and can be found in the back-end under the Magmodules tab.


