Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josecruzchavez/gdw_disablewelcomeemail
Disable Welcome Email Magento 2
https://github.com/josecruzchavez/gdw_disablewelcomeemail
email gdw magento magento2 magento2-extension magento2-extension-free magento2-free-extension magento2-module mail plugin
Last synced: 9 days ago
JSON representation
Disable Welcome Email Magento 2
- Host: GitHub
- URL: https://github.com/josecruzchavez/gdw_disablewelcomeemail
- Owner: josecruzchavez
- License: gpl-3.0
- Created: 2021-02-17T12:53:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T00:58:11.000Z (over 1 year ago)
- Last Synced: 2024-12-06T08:16:13.386Z (27 days ago)
- Topics: email, gdw, magento, magento2, magento2-extension, magento2-extension-free, magento2-free-extension, magento2-module, mail, plugin
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![gdw_opengraph](https://gestiondigitalweb.com/github_assets/gdw_disablewelcomeemail/gdw_disablewelcomeemail.jpg)
# GDW DisableWelcomeEmail para Magento 2
Este módulo tiene la finalidad de deshabilitar el correo de bienvenida que se le envía a nuevos usuarios.* La configuración puede ser por tienda.
## Compatibilidad
✓ Magento 2.3.x, ✓ Magento 2.4.x###### Ejecuta los siguientes comandos en la ruta base de Magento.
### Instalación
```
composer require gdw/disablewelcomeemailphp bin/magento module:enable GDW_DisableWelcomeEmail
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
```### Actualización
```
composer update gdw/disablewelcomeemailphp bin/magento module:enable GDW_DisableWelcomeEmail
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
```### Eliminación
```
php bin/magento module:disbale GDW_DisableWelcomeEmail
composer remove gdw/disablewelcomeemail
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
```### Expresiones de gratitud
* 📢 Comenta a otros sobre este proyecto.
* 👨🏽💻 Da las gracias públicamente.
* [🍺 Invítame una cerveza.](https://www.paypal.me/gestiondigitalweb)### Otros enlaces
* [Sitio web](https://gdw.com/?utm_source=github&utm_medium=gdw&utm_campaign=disablewelcomeemail&utm_id=link)
* [Listado de Módulos](https://gdw.mx/modulos/)
* [Facebook](https://www.facebook.com/GestionDigitalWeb)
* [Youtube](https://www.youtube.com/c/Gestiondigitalweb)