dominicwatts/backinstock

Magento 2 Customers can register their interest for products out of stock and they will be sent an email when the product comes back in stock

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 1

Open Issues: 0

Type:magento2-module

1.0.4 2019-07-10 20:57 UTC

This package is auto-updated.

Last update: 2024-05-13 01:17:18 UTC


README

Customers can register their interest for products when they are out of stock. An automated process periodically checks the requests and the customer will be sent a personalised email when the product comes back in stock.

Install instructions

composer require dominicwatts/backinstock

php bin/magento setup:upgrade

php bin/magento setup:di:compile

Usage instructions

Form will appear on product page where customer can register interest.

Product screenshot

Managed within admin

  • Marketing > Back In Stock Interest

Admin screenshot

Process to send emails is either cron based on can be triggered by console command.

xigen:backinstock:check [--] <check>

php bin/magento xigen:backinstock:check check

Or alternatively allow cron task to run