An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# [MAGENTO 2 - POPUP]

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![code consistency: php_code_sniffer](https://img.shields.io/badge/code_consistency-php_code_sniffer-blue.svg)](https://github.com/PHPCSStandards/PHP_CodeSniffer)
[![code consistency: php_cs_fixer](https://img.shields.io/badge/code_consistency-php_cs_fixer-purple.svg)](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/)