empiricompany/openmage_exitpopup

OpenMage / Magento 1.9 module extension exit popup

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:magento-module

v1.0.1 2024-07-17 07:51 UTC

This package is auto-updated.

Last update: 2024-11-17 08:28:29 UTC


README

  • OpenMage / Magento 1.9.x
  • PHP 7.4 / 8.x

Description

With Exit Popup you can configure an overlay popup to display CMS static content. Inside the static block, you can insert a widget with the newsletter subscription form, for example:

{{block type="newsletter/subscribe" template="newsletter/subscribe.phtml"}}

On successful form submission, the cookie lifetime is equal to the session, and the popup will not show again.

Configuration

System -> MM Extensions -> Exit Popup

  • Enable/disabled the module [enabled]
  • CMS Static Block: select a cms static block to show in
  • Cookie Lifetime [180]: The lifetime of the cookie in seconds. If content contains a form, on submit cookie lifetime is equal to session and popup don't show again
  • Open Mode [Exit Intent (desktop) + Delay (mobile)]
    • Delay
    • Exit Intent
    • Exit Intent on Desktop and Delay on Mobile
  • Open Delay [5]: The delay in seconds before the popup is displayed.

Demo

demo settings