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.
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 LeaderboardLooking for Contributors
Composer installation fails. Your contribution could help the entire Magento community!
Share This Module's Status
README
Loaded from GitHubETechFlow 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
- Customer hits an out-of-stock PDP โ a "Notify me when back in stock" form replaces the disabled Add-to-Cart button.
- Form submit โ
etechflow_bisn_subscriptionrow created. Anonymous (email only) or customer-linked. - Merchant saves stock with qty > 0 โ
StockSaveObserverenqueues a notification for every subscription matching that product + store. - Cron runs every 5 min โ
QueueConsumersends batched, rate-limited emails. Default 60 emails/minute. - 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.