All Collections
INTEGRATION
PLUG-IN INTEGRATIONS
Instructions for integration with Magento platform
Instructions for integration with Magento platform
Wioleta Jednaka avatar
Written by Wioleta Jednaka
Updated over a week ago

To integrate with Magento platform, download the integration package by going to Settings-->Integration section. Click the Magento icon and then the "Download package" in point 1".

To integrate with the Magento platform, you need to download the edrone module, which can be found in the Integrations section after selecting the appropriate platform from the list

  1. Log in to the Magento Admin Panel.

  2. In the System tab, select Magento Connect and then Magento Connect Manager. You might be asked to log in one more time.

  3. Uncheck "Put store on the maintenance mode while installing/upgrading/backup creation" in the Magento Connect Manager Panel.

    Ignoring this step will result in switching the entire store into Maintenance mode

  4. In the "Direct package file upload" section, click "Choose File", and upload the previously downloaded package.

  5. Scroll down the screen - information about the successfully installed module should appear on the black screen.

  6. The module should now be visible in the "Manage Existing Extensions" section above.

  7. Log out and log in to your account, and then select "Configuration" from the System tab.

  8. Click “Edrone” on the bar situated on the left side, then insert your App Id and App Secret which you can find in the integration settings in point 3 in edrone. Then save the changes you made.


Syncing subscription status(optional)

In your Magento admin panel, find the edrone module and make sure "Send data via curl" and "Subscription status sync" are set to "YES"

If you are using Varnish, it's worth adding a new path (/edrone/) to ignore.

"if (req.url ~ "/edrone") { return (pass); }"


Setup process in edrone system

  1. Go to Integration in edrone settings and find the section "Subscription status synchronization". Enter the data:

    Endpoint: Here you need to enter the endpoint address, which includes your domain name and postfix ".edrone.me/update_subscriber_status", for example: https://demo-store.edrone.me/update_subscriber_status (replace demo-store with your domain)

    Version: then you need to choose a version, currently we recommend choosing NATIVE_4

    Synchronized statuses: Select unsubscribed and subscribed statuses

    2. The last step is to click on the Synchronize button.

    For more information on synchronizing your subscription status, check out our documentation.For more information about syncing subscription status, check our documentation.

Did this answer your question?