PHPackages                             swissup/module-breeze-webkul-order-by-whatsapp-bot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. swissup/module-breeze-webkul-order-by-whatsapp-bot

ActiveMagento2-module

swissup/module-breeze-webkul-order-by-whatsapp-bot
==================================================

WebkulOrderByWhatsapp integration

1.0.2(5mo ago)014OSL-3.0JavaScript

Since Jul 11Pushed 5mo ago3 watchersCompare

[ Source](https://github.com/breezefront/module-breeze-webkul-order-by-whatsapp-bot)[ Packagist](https://packagist.org/packages/swissup/module-breeze-webkul-order-by-whatsapp-bot)[ RSS](/packages/swissup-module-breeze-webkul-order-by-whatsapp-bot/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Webkul\_OrderByWhatsappBot integration
======================================

[](#webkul_orderbywhatsappbot-integration)

Tested with Webkul\_OrderByWhatsappBot 5.0.4

Installation
------------

[](#installation)

```
composer require swissup/module-breeze-webkul-order-by-whatsapp-bot
bin/magento module:enable Swissup_BreezeWebkulOrderByWhatsappBot
```

Required patches
----------------

[](#required-patches)

`Webkul/OrderByWhatsappBot/view/frontend/web/js/view/product-view-button.js`

```
@@ -27,6 +27,7 @@
     return Component.extend({
         defaults: {
+            popUp: null,
             template: 'Webkul_OrderByWhatsappBot/whatsapp-button',
             shippingFormTemplate: 'Webkul_OrderByWhatsappBot/shipping-address/form',
             buttonText: window.whatsappConfig.pageViewButtonTitle,
@@ -55,7 +55,7 @@
             var self = this;
             this._super();

-            this.isFormPopUpVisible.subscribe(function(value) {
+            this.isFormPopUpVisibleSubscriber = this.isFormPopUpVisible.subscribe(function(value) {
@@ -149,7 +150,7 @@
             var self = this,
                 buttons;

-            if (!popUp) {
+            if (!this.popUp) {
                 buttons = this.popUpForm.options.buttons;
                 this.popUpForm.options.buttons = [{
                         text: buttons.save.text ? buttons.save.text : $t('Save Address'),
@@ -174,10 +175,10 @@
                 this.popUpForm.options.keyEventHandlers = {
                     escapeKey: this.onClosePopUp.bind(this)
                 };
-                popUp = modal(this.popUpForm.options, $(this.popUpForm.element));
+                this.popUp = modal(this.popUpForm.options, $(this.popUpForm.element));
             }

-            return popUp;
+            return this.popUp;
         },
```

`Webkul/OrderByWhatsappBot/view/frontend/web/js/view/cart/whatsapp-checkout.js`

```
@@ -26,6 +26,7 @@
     var popUp = null;
     return Component.extend({
         defaults: {
+            popUp: null,
             template: 'Webkul_OrderByWhatsappBot/whatsapp-cart-page',
             shippingFormTemplate: 'Webkul_OrderByWhatsappBot/shipping-address/form',
             buttonText: $t('Buy Now'),
@@ -53,7 +54,7 @@
             var self = this;
             this._super();

-            this.isFormPopUpVisible.subscribe(function(value) {
+            this.isFormPopUpVisibleSubscriber = this.isFormPopUpVisible.subscribe(function(value) {
                 if (value) {
                     self.getPopUp().openModal();
                 }
@@ -136,7 +137,7 @@
             var self = this,
                 buttons;

-            if (!popUp) {
+            if (!this.popUp) {
                 buttons = this.popUpForm.options.buttons;
                 this.popUpForm.options.buttons = [{
                         text: buttons.save.text ? buttons.save.text : $t('Save Address'),
@@ -159,10 +160,10 @@
                 this.popUpForm.options.keyEventHandlers = {
                     escapeKey: this.onClosePopUp.bind(this)
                 };
-                popUp = modal(this.popUpForm.options, $(this.popUpForm.element));
+                this.popUp = modal(this.popUpForm.options, $(this.popUpForm.element));
             }

-            return popUp;
+            return this.popUp;
         },
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance72

Regular maintenance activity

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~256 days

Total

3

Last Release

158d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1108bccc259ec1b0fc93f04a182965faf1213460894ee297f1acf3482e3296ac?d=identicon)[vovayatsyuk](/maintainers/vovayatsyuk)

![](https://www.gravatar.com/avatar/33aea824c2948821ee367ad65fab9d355c71d86ce4ff021a40882a410f14ef94?d=identicon)[swissup](/maintainers/swissup)

---

Top Contributors

[![vovayatsyuk](https://avatars.githubusercontent.com/u/306080?v=4)](https://github.com/vovayatsyuk "vovayatsyuk (17 commits)")[![ci-swissuplabs](https://avatars.githubusercontent.com/u/40459861?v=4)](https://github.com/ci-swissuplabs "ci-swissuplabs (2 commits)")

### Embed Badge

![Health badge](/badges/swissup-module-breeze-webkul-order-by-whatsapp-bot/health.svg)

```
[![Health](https://phpackages.com/badges/swissup-module-breeze-webkul-order-by-whatsapp-bot/health.svg)](https://phpackages.com/packages/swissup-module-breeze-webkul-order-by-whatsapp-bot)
```

###  Alternatives

[swissup/theme-frontend-breeze-blank

Clean, lightning-fast breeze-powered theme.

1560.5k3](/packages/swissup-theme-frontend-breeze-blank)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
