Magento 2 Newsletter Popup – module for increasing conversions and your customer base
The Newsletter Popup module for Magento 2 allows you to display an attractive, responsive pop-up window with a newsletter signup form. It is ideal for online stores that want to:
increase the number of subscribers,
offer a discount in exchange for signing up,
collect contacts to run effective e-mail marketing campaigns.
Thanks to extensive configuration options in the admin panel, the administrator can:
set the pop-up content and background image,
enable or disable the pop-up depending on the page,
decide when and how it is displayed.
Benefits of collecting customer contacts
Building a subscriber base is an investment in the future of your store. Subscribed customers:
are more loyal and more open to offers,
are easier to convert into returning customers,
make it possible to run effective remarketing campaigns and sales automation.
It is also a way to become less dependent on paid advertising campaigns – a contact acquired once can generate profit for many months.
Newsletter Popup installation for Magento 2
Installation type: Composer- Add the Composer repository to the configuration:
composer config repositories.newsletter.popup vcs https://github.com/kowalco/magento-2-newsletter-popup
- Add the access token for the private repository:
composer config --global --auth github-oauth.github.com
- Install the module using Composer:
composer require kowal/magento-2-newsletter-popup
- Enable the module:
php bin/magento module:enable Kowal_Newsletterpopup
- Apply database updates:
php bin/magento setup:upgrade
- Clear the cache:
php bin/magento cache:flush























