https://github.com/d3p1/magento2-popup
A Magento 2 module that allows you to add popups in your store pages using the Magento widget user tool
https://github.com/d3p1/magento2-popup
ecommerce magento magento-2 magento2 magento2-extension magento2-extension-free magento2-module php project
Last synced: about 2 months ago
JSON representation
A Magento 2 module that allows you to add popups in your store pages using the Magento widget user tool
- Host: GitHub
- URL: https://github.com/d3p1/magento2-popup
- Owner: d3p1
- License: mit
- Created: 2026-03-27T16:41:32.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-28T23:48:10.000Z (about 2 months ago)
- Last Synced: 2026-04-29T01:24:41.382Z (about 2 months ago)
- Topics: ecommerce, magento, magento-2, magento2, magento2-extension, magento2-extension-free, magento2-module, php, project
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# [MAGENTO 2 - POPUP]
[](https://github.com/prettier/prettier)
[](https://github.com/PHPCSStandards/PHP_CodeSniffer)
[](http://github.com/PHP-CS-Fixer/PHP-CS-Fixer)
## Introduction
A [Magento 2](https://business.adobe.com/products/magento/magento-commerce.html)
implementation that allows you to add popups in your store pages using
the [Magento widget](https://docs.magento.com/user-guide/v2.3/cms/widgets.html)
user tool.
## Installation
To proceed with the installation of your module, you need to go to
the [document root of your Magento installation](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/tutorials/docroot.html)
and run the following commands:
```
composer require d3p1/module-popup
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
bin/magento cache:clean
bin/magento cache:flush
```
> [!NOTE]
> To execute `bin/magento setup:static-content:deploy` you need to list all the
> languages of your store/s using the
> [ISO-639 format](http://en.wikipedia.org/wiki/List_of_ISO_639_language_codes).
> Also, if you are using a platform mode different than
`production`, you need to execute the command
> using the `-f` flag: [
`bin/magento setup:static-content:deploy -f`](https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands-static-view.html).
> [!NOTE]
> The command `bin/magento cache:flush`
> is
[optional](https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands-cache.html#config-cli-subcommands-cache-clean).
## Changelog
Detailed changes for each release are documented in [
`CHANGELOG.md`](./CHANGELOG.md).
## License
This work is published under [MIT License](./LICENSE).
## Author
Always happy to receive a greeting on:
- [LinkedIn](https://www.linkedin.com/in/cristian-marcelo-de-picciotto/)
- [Web](https://d3p1.dev/)