Table of Contents

Magento 2 Back-in-Stock Notifications Extension User Guide

Extension context

This guide covers the Toweringmedia Backorder extension (`toweringmedia/module-backorder`) for Magento 2.4, including email-based back-in-stock alerts and optional Twilio SMS notifications.

Product page

Overview

Toweringmedia Backorder adds a product-page subscription form so shoppers can request notification when an item that is currently not salable becomes available again. The module stores subscriptions, monitors salability, and sends alerts through Magento email—optionally supplemented by Twilio SMS when you enable and configure SMS in Admin.

The extension supports both Luma and Hyvä product layouts and is intended for merchants who want a lightweight, Magento-native restock alert flow without operating a separate marketing automation stack for basic notifications.

What this extension does

Installation

Install and validate in a staging environment before production rollout.

cd /path/to/magento
# Install from your licensed Composer source (see product / account delivery email)
php bin/magento module:enable Toweringmedia_Backorder
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

Configuration

Operational checklist

Troubleshooting