How to Install the Magento 1 Plugin and Connect Your Store to Reaktion

Modified on Fri, 10 Oct at 2:37 PM

It is easy to connect Magento1 with Reaktion.


Step 1: Click Connect against Magento1



Step 2: Download the plugin and follow the video guide on how to install it and create the Store key



Link to download plugin, click here: Plugin download link


Video:


Step 3: Insert your Store URL and Store key, and click Connect



Your Magento 1 store should start syncing now. Please allow up to 24 hours for full synchronisation.


Step 4: Now it is time to insert our tracking scripts.


    See this full guide on adding our tracking script via Google Tag Manager on all pages.


The second part is inserting a different script on the order confirmation page.


Adjust the script below to replace the MAGENTO1_ORDER_ID placeholder with the Magento1 order entity_id value, and then place the script on the order confirmation page, also using Google Tag Manager:


<script type="application/javascript"> window.reaktionStoreOrderId = 'MAGENTO1_ORDER_ID'; </script>


It is possible that you already have the Magento1 order entity_id value exposed in GTM. It is also possible that you have other Magento2 order identifiers there - it's important to use the entity_id and not increment_id or other identifiers.


The script implementation can be tested by placing a test order and checking the value of

window.reaktionStoreOrderId in the browser's console. If it's filled with the Magento order entity ID, then it means that the implementation is correct.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article