zefbrito / magento2-whatsapp
WhatsApp Chat Module for Magento 2
Package info
github.com/zefbrito/magento2-whatsapp
Type:magento2-module
pkg:composer/zefbrito/magento2-whatsapp
1.0.0
2025-06-25 22:03 UTC
Requires
- php: ^7.4|^8.0|^8.1|^8.2
- magento/framework: *
- magento/module-config: *
- magento/module-store: *
README
A simple and customizable WhatsApp button module for Magento 2 that allows customers to contact you directly via WhatsApp. Tested on MageOs
Features
- Easy Integration: Simple installation and configuration
- Customizable Position: Choose from 4 different button positions (top-left, top-right, bottom-left, bottom-right)
- Configurable Appearance: Customize button text and color
- Admin Configuration: Full control through Magento Admin panel
- Responsive Design: Works on all devices
- Clean Code: Follows Magento 2 best practices
Installation
Option 1: Composer Installation
- Install the module via Composer: composer require zefbrito/magento2-whatsapp
- Enable the module and run setup: php bin/magento module:enable Zefbrito_Whatsapp php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:flush
Option 2: Manual Installation
- Download and extract the module files
- Copy the module files to
app/code/Zefbrito/Whatsapp/in your Magento 2 installation php bin/magento module:enable Zefbrito_Whatsapp php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:flush