Magenable Popup is a Magento 2/Adobe Commerce module that adds a popup to website pages. The content for the popup is sourced from a selected CMS Block. Additionally, the module offers the option to include a newsletter subscription feature in the popup window. Google ReCaptcha v2 and v3 are supported.
Run the following command in Magento 2 root folder
composer require magenable/module-popup
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
Run the following command in Magento 2 root folder
composer update magenable/module-popup
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
Go to Stores > Settings > Configuration > Magenable Extensions > Popup.
Enabled
- Enable or Disable the popupTitle
- Title of the popupCMS Block
- You can select a CMS Block for the popup contentButton Text
- Newsletter subscription button textPopup Delay
- You can specify number of seconds when popup should arise
Visibility Type
- Choose to show the popup on all pages, excluding specified pages, or only show the popup on specified pagesPages
- Specify the URLs of the pages (without the base URL) based on the previous configuration
Add Newsletter Subscription Form
- You can add a newsletter subscription form to the popup
Max Width of Popup
- Max width of popup in pixelsButton Text Color
- Newsletter subscription button colorButton Background
- Newsletter subscription button background
Note: Magento Google Recaptha implementation has a bug that breaks a big rendering aroun Newsletter box. It affects alignment of Newsletter pop-up.
Tested with Magento Open Source 2.4.4 - 2.4.7, but will probably work with older Magento 2.X versions and Adobe Commerce
The extension is developed by Magenable (https://magenable.com.au), eCommerce consultancy specializing in Magento/Adobe Commerce based in Melbourne, Australia