Alle Kollektionen
Shop Systems
English
Installation of the Magento 2.x Integration
Installation of the Magento 2.x Integration

To install the integration plugin please proceed the following steps

B
Verfasst von Beka Chogovadze
Vor über einer Woche aktualisiert
  • Login to the Magento backend.

  • Disable compilation for Magento. To do this go to System > Tools > Compilations. If the Compiler Status is Enabled, then disable the compilation by clicking the button Disable in the upper right corner. This step eliminates the most important problems when installing a new extension.

  • Please backup your store database and the web folder.

  • Download the integration plugin from the Customer Center on our website.

  • Unzip the extension locally on your desktop. After unzipping it looks like in screenshot below.

  • Copy contents of the archive to app->code directory of your Magento store. You can use a FTP tool to do so. At the end it should be as in the screenshot below.

  • Copy Justselling-Fonts to lib->web->fonts of your Magento store. At the end it should be as in the screenshot below.

Please don't rename the folder. The system can only find it when named like the original ("Justselling").

To install the Justselling-Product-Configurator you have to execute the following command:  php bin/magento setup:upgrade.

  • Completely clear the Magento cache via SSH in your console:       

         rm -rf var/view_preprocessed/
         rm -rf pub/static/adminhtml
         php bin/magento setup:static-content:deploy en_EN
         php bin/magento cache:clean      
         php bin/magento cache:flush

For example in case that in Frontend is set German and in Backend English it should be executed 2 commands:

       php bin/magento setup:static-content:deploy en_EN
       php bin/magento setup:static-content:deploy de_DE
       php bin/magento cache:clean
       php bin/magento cache:flush

  • Insert your customer-Id, your secure-key (You can find these in the customer center on justselling.de, see screenshot below.) and the security-token (You can find this in the Integrations tab, directly under the "download plugin" button, see screenshot above.) in Stores > Configuration > Product Configurator Cloud

  • Logout from Magento backend and login again.

Settings depending on http or https:

If your shop is using the http protocol you need to use different settings as if you would be using the https protocol.

 

HTTP:

When using the http protocol, you need the choose the Cloud Base URL http://cloud.justsellingapp.com and the Cloud TCP Port 80.

 

HTTPS:

When using the https protocol, you need the choose the Cloud Base URL https://cloud.justsellingapp.com and the Cloud TCP Port 443.

 

 Congratulation, the installation and setup of the plugin is now complete!

Please give us a feedback! Does this article help you? If not, please do not hesitate to contact us personally via chat (blue chat button).

Hat dies Ihre Frage beantwortet?