Skip to content

This module show a popup with the modal ui component of Magento once per session in the frontend. A cookie is set with mage/cookies to prevent the notification popup from showing again.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE.txt
MIT
COPYING.txt
Notifications You must be signed in to change notification settings

vijayrami/Vmr_NotificationPopup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mage2 Module Vmr NotificationPopup

``vmr/module-notificationpopup``

Main Functionalities

Simple Module to Enable popup based on start date and end date in Magento2

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/Vmr
  • Enable the module by running php bin/magento module:enable Vmr_NotificationPopup
  • Apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Make the module available in a composer repository for example:
    • private repository repo.magento.com
    • public repository packagist.org
    • public github repository as vcs
  • Add the composer repository to the configuration by running composer config repositories.repo.magento.com composer https://repo.magento.com/
  • Install the module composer by running composer require vmr/module-notificationpopup
  • enable the module by running php bin/magento module:enable Vmr_NotificationPopup
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Configuration

admin-config-1

admin-config-2

Specifications

Attributes

About

This module show a popup with the modal ui component of Magento once per session in the frontend. A cookie is set with mage/cookies to prevent the notification popup from showing again.

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE.txt
MIT
COPYING.txt

Stars

Watchers

Forks

Packages

No packages published