Setting up Exit Intent Recommendations on Prestashop
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 Module
From v4.0.1 of the Prestashop Module, Exit-Intent can be activated directly from the module.
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 Prestashop backend, go to Modules and Services in the side-menu and find the Clerk module.
Locate Exit Intent Settings. Set Enabled to YES, and make sure that the Template field contains “exit-intent”.
Click Save to activate it.
Now you will see the exit intent pop-up when anyone tries to leave the page.
Setup Manually
If you run an older version of the plugin, or want to manually configure Exit-Intent, follow these steps:
Make a new of Website Content in my.clerk.io
Choose a logic for it - We suggest “Visitor Recommendations”.
From Insert Into Website, copy the provided embedcode to this Prestashop file, in FTP:
modules->clerk->views->templates->hook->visitor_tracking.tpl
Add: data-exit-intent=“true” to the embed code you just placed. Like so:
Example embed code
<span class="clerk"
data-template="@exit-intent"
data-exit-intent="true">
</span>
Inserted in visitor_tracking.tpl
Now you will see the exit intent pop-up when anyone tries to leave the page.
Remember to style your content in Designs at my.clerk.io
All recommendations containing the data-exit-intent=“true” will trigger the exit intent pop up.