Out Of Stock Notification Add-on for Magento 2

Out Of Stock Notification for Magento 2 is an add-on that notifies users when an out-of-stock product is restocked and available for purchase.Users only need to provide their email address to be notified when the product is back in stock. The admin has the option of notifying users automatically or manually.

Features

  • Admin can enable or disable the module
  • Admin can also set the quantity of a product for low stock notifications.
  • Customer will be notified through email, when the product is restocked.
  • The admin can choose whether to notify users automatically or manually(for low stock notification).
  • The admin may also customize the Out of Stock email notification templates that subscribers and the admin will receive.

1 . How to configure

  1. Configuration Login to the Admin Magento,
    • Choose Stores > Configuration > VDCSTORE
  2. General Configuration
    • Out Of Stock -> Enable -> Enable / Disable the module.
    • Select Notification Method > The users just have to provide their email id
      • When the product is back in stock, they will be notified by email. The admin of the store can choose if users get notified automatically or manually.
      • Admin Email-id > The admin can view all the notification requests in which product name, notification status, and customer’s email id are mentioned.
  3. Out of stock notification Email Settings
    • Receive Email on new request > Admin can receive email on new request Yes/No.Select Admin Notification Template > Select Template For Admin Email.Notify customer about new request > customer can receive subscription email Yes/No.
    • Select Customer Notification Template > Select Template For subscription Email.Select Product Instock Notification Template > Select Template For product back-in-stock Email.

2. Front-End side

  • Subscription Box in Frontend
    • So far you have completed the configuration of extension from backend, whenever customers are visiting any out of stock product from the store frontend. They will get an option to subscribe back in stock notification for that particular product via Email.
    • Admin can receive email on new request and customer can receive subscription email.
    • The Magento 2 Stock Alert extension supports stock notification for all default Magento 2 product types such as:
      • Simple products
      • Configurable products
      • Grouped products
      • Bundle products
      • Virtual Products
      • Downloadable Products

2. Backend Product Notifications Grid

  • Magento 2 Out of Stock Notification Extension allows users to view product total out of stock subscribers and the status of the notifications that are pending.
  • Here the admin of the Magento store can notify the user manually by just selecting the user and then relative action as Send Notification.
  • Here also there is an option for the admin to delete a request.

CLI Commands :

  1. php bin/magento module:enable Vdcstore_Whatsappshare
  2. php bin/magento setup:upgrade
  3. php bin/magento setup:di:compile
  4. php bin/magento setup:static-content:deploy
  5. php bin/magento indexer:reindex
  6. php bin/magento cache:flush