This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Back in stock notifications for WooCommerce

Description

Back in stock notifications for WooCommerce itโ€™s a WordPress plugin which extends WooCommerce by adding a Subscribe button to out of stock products. It supports simple and variable products.

The button opens a modal form which can be used to subscribe for Back In stock email notifications. When the product is back in stock the plugin sends a personalized email to subscribers.

Main Features

โœ”๏ธ Manage the button colors
โœ”๏ธ Personalize the modal/form
โœ”๏ธ Personalize the emails body
โœ”๏ธ Default emails content
โœ”๏ธ Set up the mode: automatically / manually
โœ”๏ธ Filter, generate and export subscribers in CSV format
โœ”๏ธ View subscribers by product
โœ”๏ธ Check each notification status
โœ”๏ธ Pause specific products for sending notifications
โœ”๏ธ Filter subscriptions by product
โœ”๏ธ reCaptcha v2

Merge Tags

The emails can be personalized with merge tags.

  • [wsnm-first-name] โ€“ The subscriptionโ€™s first name.
  • [wsnm-last-name] โ€“ The subscriptionโ€™s last name.
  • [wsnm-email] โ€“ The subscriptionโ€™s email address.
  • [wsnm-product-title] โ€“ The product title. If itโ€™s a variation, then it also contains the variation name.
  • [wsnm-product-price] โ€“ The product price, it also contains the currency.
  • [wsnm-product-quantity] โ€“ The available quantity in stock. If the quantity is not managed, then it returns the string โ€˜unlimitedโ€™.
  • [wsnm-product-url] โ€“ The productโ€™s URL. If itโ€™s a variation, the variation is automatically selected.

Screenshots

  • Settings – Emails Templates
  • Settings – Subscription Form
  • Variation Product Type – Out of stock
  • Simple Product Type – Out of stock
  • Subscribe Form Modal
  • All Subscriptions
  • Settings – General
  • Merge Tags
  • Automatically Mode – NotificationSstatus
  • Manually Mode – Send Notifications

Installation

  1. Upload woo-stock-notify-me to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Visit the setting page and follow the instructions

FAQ

What products type support?

It supports two products types: simple and variable products.

What does the manually mode?

It gives more control over the notifications. The notifications are triggered manually by administrator directly from the product page. This is the default mode.

What does the automatically mode?

You need to update only the stock. The notifications are triggered automatically by the stock status. The notifications are sent when the product is back in stock. You can still pause specific products.

Iโ€™ve still got questions. Where can I find answers?

Check out our documentation page for more details.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Back in stock notifications for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.1

  • Manage Button text and Modal Title
  • Tested with the latest WP and WC version

1.0.0

  • First version