PHPackages                             swissup/module-breeze-amasty-stockstatus - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. swissup/module-breeze-amasty-stockstatus

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

swissup/module-breeze-amasty-stockstatus
========================================

Custom Stock Status by Amasty Breeze Frontend Integration

1.0.1(7mo ago)01.3k↓10.7%OSL-3.0JavaScript

Since Sep 4Pushed 7mo ago3 watchersCompare

[ Source](https://github.com/breezefront/module-breeze-amasty-stockstatus)[ Packagist](https://packagist.org/packages/swissup/module-breeze-amasty-stockstatus)[ RSS](/packages/swissup-module-breeze-amasty-stockstatus/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (3)Used By (0)

Custom Stock Status by Amasty Breeze Frontend Integration
=========================================================

[](#custom-stock-status-by-amasty-breeze-frontend-integration)

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

[](#required-patches)

`vendor/amasty/stockstatus/view/frontend/web/js/amstockstatus.js`

Find the code in the `_reloadContent` method:

```
    this.nodes.spanElement.replaceWith(this.options[key]['custom_status']);
```

and add the following line after it:

```
    this.nodes.spanElement = $(this.selectors.stock).first();
```

Find the code:

```
this.nodes.stockAlertElement = $('', {
    class: this.classes.stockAlert,
    'data-amstock-js': 'alert',
    title: $t('Subscribe to back in stock notification'),
    rel: 'external'
});
```

and replace it with:

```
this.nodes.stockAlertElement = $('')
    .addClass(this.classes.stockAlert)
    .attr('data-amstock-js', 'alert')
    .attr('title', $t('Subscribe to back in stock notification'))
    .attr('rel', 'external');
```

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

[](#installation)

```
composer require swissup/module-breeze-amasty-stockstatus
bin/magento setup:upgrade --safe-mode=1
```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance65

Regular maintenance activity

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~822 days

Total

2

Last Release

211d ago

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/2668851?v=4)[Chumak Roman](/maintainers/roma84)[@roma84](https://github.com/roma84)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/swissup-module-breeze-amasty-stockstatus/health.svg)

```
[![Health](https://phpackages.com/badges/swissup-module-breeze-amasty-stockstatus/health.svg)](https://phpackages.com/packages/swissup-module-breeze-amasty-stockstatus)
```

###  Alternatives

[wyrihaximus/file-descriptors

List open file descriptors for the current process cross platform

16266.3k2](/packages/wyrihaximus-file-descriptors)[subzeta/ruling

An stateless rule engine

2012.1k](/packages/subzeta-ruling)[kijtra/textdiff

Simple text diff Class. 簡易的なテキスト比較ライブラリです。

491.6k](/packages/kijtra-textdiff)[rezozero/social-links

Provide social network url for sharing.

155.9k1](/packages/rezozero-social-links)

PHPackages © 2026

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