- Click Save to save your changes and return to the Integrations page.
- Click the Activate link in the grid that corresponds to the newly-created integration.
- Click Allow to complete the configuration in Magento.
- You’re now ready to complete the configuration in Maropost for Marketing. Log in to your Maropost account. Next, click your username at the top-right corner of the screen, and select Connections from the drop-down menu. On the Connections page, select the Magento tab.
- On the Magento tab, click Add Settings. In the dialog box, click Sales Order Revenue. This integration imports sales order history from Magento and adds them to the Maropost for Marketing's Product/Revenue database. It will also automatically add the contacts to the selected list. Maropost’s plug-in extension for Magento automatically pushes purchase order history to Maropost for Marketing in real time.
- Add the customer key, consumer secret access token, and the access token secret key generated in Steps One through Six above. Add the domain of your Magento web store too.
- Select the list that you want the contacts added to when they are imported into Maropost for Marketing. Click Save to complete your setup.
- Follow steps 1 through 10 to set up an integration for Sales Order Revenue. Note the POST URL that appears on Maropost's Magento integration page. You’ll need this URL later in the configuration process.
- Log in to your command console and navigate to the 'app' folder of your Magento installation. Then, create the 'Code' folder inside the 'App' folder. If the 'Code' folder already exists, skip this step.
- Download the Maropost plug-in extension (attached at the bottom of this article) and place it inside the 'Code' folder.
- Type the following command:
php bin/magento module:enable Maropost
- Type the following command:
php bin/magento setup:upgrade
- Type the following command:
php bin/magento module:status
This command verifies that the Maropost extension is enabled. - Type the following command:
php bin/magento setup:di:compile
- Log in to the Admin panel of your Magento web store. Click 'Stores' and then 'Configuration'.
- Add the post-back URL that you copied from Maropost's Magento integration page (see step 1) into the 'Maropost Post URL' field, and click the Save Config button.
