Beltoft In-Stock Notifier for WooCommerce adds a subscription form to out-of-stock products so customers can leave their email and get notified when the product is restocked. Emails are sent using WooCommerce’s email template so they match your store’s design.
[bisn_form] for custom placement.[bisn_form] or [bisn_form product_id="123"].{product_name} and {site_title} placeholders in any of these fields.templates/emails/back-in-stock.php to your theme’s woocommerce/emails/ folder for more complex customisations.Developers can extend the plugin:
bisn_form_html / bisn_form_fields / bisn_form_heading_textbisn_before_subscription / bisn_after_subscriptionbisn_validate_subscriptionbisn_before_notification_sent / bisn_after_notification_sent / bisn_after_batch_sentbisn_stock_status_triggers — customise which statuses trigger notifications (default: instock, onbackorder)bisn_cache_purge_product — fire custom cache purge logic (e.g. Varnish, CDN)