The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1064 Modules
570 Ready
490 Need Help
๐Ÿ† Leaderboard
Actively Maintained v1.1.0

Back-in-Stock Notification for Magento 2

etechflow/module-back-in-stock-notification

Lets customers subscribe to out-of-stock products and emails them automatically when inventory returns, working standalone on any Magento 2.4.4+ store.

1
Downloads
Below average
0
GitHub Stars
1d ago
Last Release
0
Open Issues
Build Issues
0/3 checks passed

Build Tests

Composer Install
โ€“ DI Compile
โ€“ Templates

Code Quality

CS Coding Standard
โ€“ PHPStan

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.1.0 on Magento 2.4.9
Jun 1, 2026
v1.0.2 on Magento 2.4.9
Jun 1, 2026

Looking for Contributors

Composer installation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Back-in-Stock Notification for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

ETechFlow Back-in-Stock Notification

Customers subscribe to out-of-stock products. When stock returns, they get an email.

Standalone-first โ€” works on any Magento 2.4.4+ install without other ETechFlow modules. Integrates richer when paired with NDE / BED / ISP.

Install

composer require etechflow/module-back-in-stock-notification:^1.0
bin/magento module:enable ETechFlow_BackInStockNotification
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
# Restart php-fpm to clear OPcache (mandatory on prod with opcache.validate_timestamps=0)

Activate the licence

php tools/generate-license.php --module=back-in-stock-notification --host=<your-domain>

Paste the key into Stores โ†’ Configuration โ†’ eTechFlow โ†’ Back-in-Stock Notification โ†’ License Key.

For multi-module customers, paste the bundle key into the Bundle License Key field instead. One key activates every ETechFlow module installed on the host.

Verify

bin/magento etechflow:bisn:verify

Twelve PASS lines means you're good to go.

How it works

  1. Customer hits an out-of-stock PDP โ†’ a "Notify me when back in stock" form replaces the disabled Add-to-Cart button.
  2. Form submit โ†’ etechflow_bisn_subscription row created. Anonymous (email only) or customer-linked.
  3. Merchant saves stock with qty > 0 โ†’ StockSaveObserver enqueues a notification for every subscription matching that product + store.
  4. Cron runs every 5 min โ†’ QueueConsumer sends batched, rate-limited emails. Default 60 emails/minute.
  5. Customer clicks the email โ†’ one-click unsubscribe (RFC 8058 compliant) OR goes to the PDP to purchase.

Configuration

Stores โ†’ Configuration โ†’ eTechFlow โ†’ Back-in-Stock Notification:

  • License Key โ€” per-module key (or use Bundle License Key for the suite)
  • Module Enabled โ€” toggle the whole feature
  • Email Rate Limit โ€” emails/minute (default 60). Adjust to your SMTP capacity.
  • Subscription Lifetime โ€” auto-expire unredeemed subscriptions after N days (default 180, 0 = never)
  • eTechFlow Suite Integrations โ€” NDE / BED / ISP opt-in toggles (hidden if the sibling module isn't installed)
  • Notifications โ€” sender email, sender name, email subject template

Compatibility

  • Magento Open Source 2.4.4 โ€“ 2.4.8
  • Adobe Commerce 2.4.4 โ€“ 2.4.8
  • PHP 8.1 / 8.2 / 8.3 / 8.4
  • Hyvรค Theme + Hyvรค Checkout (PDP form renders via Hyvรค-safe block)

Support

info@etechflow.com โ€” please include your license key + Magento version when reporting issues.

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.