GDW Zendesk Chat Widget for Magento 2
gdw/widgetzendesk
Integrates the Zendesk (Zopim) chat widget into Magento 2 with async script loading, preconnect, configurable load delay, automatic CSP whitelisting, multi-store support, and options to exclude the chat from checkout or specific CMS/product pages.
Build Tests
Code Quality
Tested on Magento 2.4.9
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardShare This Module's Status
README
Loaded from GitHubGDW_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
- Rama 4.4.x: Magento 2.4.4+ con PHP 8.1+
- Rama 4.x: Magento 2.4.0 a 2.4.3 con PHP 7.4
- Rama 3.x: Magento 2.3.x con PHP 7.4
Ejecuta los siguientes comandos en la ruta base de Magento.
Instalación
composer require gdw/widgetzendesk
php 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/widgetzendesk
php 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_WidgetZendesk
composer 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.
Otros enlaces
Documentación
Changelog
Consulta el changelog del módulo en:
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.