Setting up Exit Intent Recommendations on Magento 1
Platforms:
The Exit Intent popup reacts when a visitor tries to leave your webshop. It pops up and displays interesting products, possibly converting a leaving visitor to a buying customer.
Setup with Extension
From v3.1.2 of the Magento extension , Exit-Intent can be activated directly from the extension.
Make a new of Website Content in my.clerk.io and name it “Exit Intent”
Choose a logic for it - We suggest “Visitor Recommendations”.
In the Magento backend, go to System->Configuration->Clerk Settings and choose the correct store-view for your store.
Locate Exit Intent Settings. Set Enable to YES, and make sure that the Content field contains “exit-intent”.
Click Save Config to activate it.
Now customers will see the exit intent pop-up the first time they try to leave the page.
Setup Manually
If you run an older version of the extension, or want to manually configure Exit-Intent, follow these 4 steps:
Make new of Website Content in my.clerk.io
Choose the right logic for it - We suggest “Visitor Recommendations”.
From Insert Into Website, copy the provided embedcode to this Magento file through FTP:
app->design->frontend->base->default->template->clerk->tracking.phtml
Add data-exit-intent=“true” to the embed code you just placed.
Example
<span class="clerk"
data-template="@exit-intent"
data-exit-intent="true">
</span>
Inserted in tracking.phtml
Now customers will see the exit intent pop-up the first time they try to leave the page.
Remember to style your content in Designs at my.clerk.io
All recommendations containing data-exit-intent=“true” will trigger the Exit Intent pop up.