Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josecruzchavez/gdw_addcodestore
Add Store's code in BODY class Magento2 and custom class
https://github.com/josecruzchavez/gdw_addcodestore
cms css-class gdw magento magento2 magento2-extension magento2-extension-free magento2-free-extension magento2-module php php7 php8 store
Last synced: about 1 month ago
JSON representation
Add Store's code in BODY class Magento2 and custom class
- Host: GitHub
- URL: https://github.com/josecruzchavez/gdw_addcodestore
- Owner: josecruzchavez
- License: unlicense
- Created: 2019-08-21T00:10:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T06:20:16.000Z (over 1 year ago)
- Last Synced: 2024-11-19T01:13:18.253Z (about 1 month ago)
- Topics: cms, css-class, gdw, magento, magento2, magento2-extension, magento2-extension-free, magento2-free-extension, magento2-module, php, php7, php8, store
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- 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_addcodestore/gdw_add_code_store.jpg)
# GDW AddCodeStore para Magento 2
Este módulo tiene la finalidad de agregar el código de tienda y sitio web a la etiqueta BODY, el objetivo es poder diferenciar las tiendas.## Compatibilidad
✓ Magento 2.3.x, ✓ Magento 2.4.x###### Ejecuta los siguientes comandos en la ruta base de Magento.
### Instalación
```
composer require gdw/addcodestorephp bin/magento module:enable GDW_AddCodeStore
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/addcodestorephp bin/magento module:enable GDW_AddCodeStore
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_AddCodeStore
composer remove gdw/addcodestore
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=core&utm_id=link)
* [Listado de Módulos](https://gdw.mx/modulos/)
* [Facebook](https://www.facebook.com/GestionDigitalWeb)
* [Youtube](https://www.youtube.com/c/Gestiondigitalweb)