WhatsApp Button for Magento 2
zefbrito/magento2-whatsapp
Adds a customizable WhatsApp contact button to the storefront with configurable position, text, and color, letting customers message the store directly. Configured from the Magento admin.
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 GitHubMagento 2 WhatsApp Button Module
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
Backoffice
Frontend
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
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.