Home
Softono
magento2-module-newsletterpopup

magento2-module-newsletterpopup

Open source JavaScript
22
Stars
5
Forks
4
Issues
7
Watchers
8 years
Last Commit

About magento2-module-newsletterpopup

# Magento2 newsletter subscribe # A newsletter subscribing form that appears **once** after a certain number of seconds until set cookie expire. ![Frontend](docs/frontend.png) Installation Instructions -------------------------- Add these lines to the composer.json of your project ``` "require":{ ... "bitbull/magento2-module-newsletter-popup": "2.0.0" } ``` ``` "repositories":[ ... { "type": "vcs", "url":"https://github.com/bitbull-team/magento2-module-newsletterpopup.git" } ] ``` Settings -------- After install go to **Stores -> Configuration -> Bitbull -> Newsletter Popup** and set _Display popup_ to yes. ![Admin Panel](docs/admin-panel.png) Changelog ---------- * 2.0.0 - Moved module under Bitbull tab and refactoring module name occurrences * 1.0.1 - Added single validation id * 1.0.0 - First release Licence ------- [OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php) Copyright --------- (c) 2016 Bitbull Srl

Platforms

Web Self-hosted

Languages

JavaScript

Links

Magento2 newsletter subscribe

A newsletter subscribing form that appears once after a certain number of seconds until set cookie expire.

Frontend

Installation Instructions

Add these lines to the composer.json of your project

"require":{
    ...
    "bitbull/magento2-module-newsletter-popup": "2.0.0"
 }
 "repositories":[
      ...
     {
        "type": "vcs",
        "url":"https://github.com/bitbull-team/magento2-module-newsletterpopup.git"
     }
 ]

Settings

After install go to Stores -> Configuration -> Bitbull -> Newsletter Popup and set Display popup to yes.

Admin Panel

Changelog

  • 2.0.0 - Moved module under Bitbull tab and refactoring module name occurrences
  • 1.0.1 - Added single validation id
  • 1.0.0 - First release

Licence

OSL - Open Software Licence 3.0

Copyright

(c) 2016 Bitbull Srl