Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josecruzchavez/gdw_widgetzendesk
Enable load widget Zendesk or zopim in your websites
https://github.com/josecruzchavez/gdw_widgetzendesk
chat free gdw magento-module marketing module open-source zendesk zopim
Last synced: about 2 months ago
JSON representation
Enable load widget Zendesk or zopim in your websites
- Host: GitHub
- URL: https://github.com/josecruzchavez/gdw_widgetzendesk
- Owner: josecruzchavez
- License: gpl-3.0
- Created: 2024-02-07T21:46:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-07T23:58:02.000Z (11 months ago)
- Last Synced: 2024-10-27T01:42:21.773Z (about 2 months ago)
- Topics: chat, free, gdw, magento-module, marketing, module, open-source, zendesk, zopim
- Language: PHP
- Homepage: https://github.com/josecruzchavez/WidgetZendesk
- 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://php.gdw.mx/github_assets/gdw_widgetzendesk/gdw_widgetzendesk_01.jpg)
# GDW_WidgetZendesk
[![Latest Stable Version](http://poser.pugx.org/gdw/widgetzendesk/v?style=for-the-badge)](https://packagist.org/packages/gdw/widgetzendesk) [![Total Downloads](http://poser.pugx.org/gdw/widgetzendesk/downloads?style=for-the-badge)](https://packagist.org/packages/gdw/widgetzendesk) [![PHP Version Require](http://poser.pugx.org/gdw/widgetzendesk/require/php?style=for-the-badge)](https://packagist.org/packages/gdw/widgetzendesk)Agrega de forma sencilla el chat de zendesk o zopim en tu Magento.
* Habilita preconnect.
* Carga de script asíncrona.
* Agrega los enlaces externos en csp_whitelist.xml.
* Se puede agregar un retrazo de segundos para cargar el chat.
* Permite excluir la carga del chat en el checkout.
* Permite excluir la carga del chat en CMS o productos detectando clases en la etiqueta body.
* Soporta multi-store.## Compatibilidad
✓ Magento 2.3.x, ✓ Magento 2.4.x###### Ejecuta los siguientes comandos en la ruta base de Magento.
### Instalación
```
composer require gdw/widgetzendeskphp bin/magento module:enable GDW_WidgetZendesk
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/widgetzendeskphp bin/magento module:enable GDW_WidgetZendesk
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 del módulo
```
php bin/magento module:disable GDW_WidgetZendeskcomposer remove gdw/widgetzendesk
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.mx/?utm_source=github&utm_medium=gdw&utm_campaign=widgetzendesk&utm_id=link)
* [Listado de Módulos](https://gdw.mx/modulos/)
* [Facebook](https://www.facebook.com/GestionDigitalWeb)
* [Youtube](https://www.youtube.com/c/Gestiondigitalweb)