π―Exit Popups
Display targeted popups when visitors are about to leave, with optional coupons and calls-to-action.
π Overview
Flow:
Admin creates exit popups in Products β Exit Popups.
Each popup has: title, body, image, CTA, optional coupon, trigger, and targeting.
On the frontend, when the trigger fires (e.g., exit intent), the popup is shown.
Impressions and clicks are tracked.
βοΈ Enabling Exit Popups
Go to Setup β Settings β Products.
Under Exit Popups, enable the feature.
Set Dismiss days β How long to hide the popup after the user dismisses it.
Save.
β Creating an Exit Popup
Go to Products β Exit Popups.
Click New Popup (or Add).
Configure:
Name
Internal name
Title
Popup headline
Body
Main text/content
Image
Optional image
CTA button text
e.g., "Get 10% Off"
CTA link
Where the button goes
Coupon
Optional coupon to offer
Trigger type
Exit intent, Time delay, Scroll %
Trigger value
e.g., seconds for delay, % for scroll
Target pages
Which pages show the popup
Cart required
Only show if cart has items
Dismiss days
Override global setting
Sort order
Priority when multiple popups match
Save.
β‘ Trigger Types
Exit intent β Fires when the mouse leaves the viewport (intent to close tab).
Time delay β Fires after X seconds on the page.
Scroll β Fires when the user scrolls X% down the page.
π― Targeting
Target pages β Restrict to specific URLs or page types.
Cart required β Only show if the cart has at least one item.
π§ͺ Testing Exit Popups
Exit popups run only on the customer shop frontend (/products/client and related pages). To test immediately:
Open your store URL with
?products_exit_popup_test=1appended, e.g.:https://yoursite.com/products/client?products_exit_popup_test=1In test mode, the first available popup will appear after ~500 ms (or use Time Delay with a few seconds for reliable testing).
Alternatively, create a popup with trigger Time Delay (e.g., 3 sec) or Scroll Depth (e.g., 50%) for easier manual testing.
π Tracking
Impressions β When the popup is shown.
Clicks β When the CTA is clicked.
Data is stored for reporting and optimization.
Last updated