zefbrito/magento2-whatsapp

WhatsApp Chat Module for Magento 2

Maintainers

Package info

github.com/zefbrito/magento2-whatsapp

Type:magento2-module

pkg:composer/zefbrito/magento2-whatsapp

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2025-06-25 22:03 UTC

This package is auto-updated.

Last update: 2026-03-03 15:48:43 UTC


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

Backoffice image

Frontend image

Installation

Option 1: Composer Installation

  1. Install the module via Composer: composer require zefbrito/magento2-whatsapp
  2. 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

  1. Download and extract the module files
  2. 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