Magento2.3.x Admin Low Stock Notification
Admin Low Stock Notification extension allows you to manage product quantity easily from the Magento admin panel. This extension works with Multi-Source Inventory(MSI) and Multi-Store. Using this extension, you will be notified whenever a product's salable quantity goes below the required value. Low Stock Notification provides a setting to set a low stock threshold for each product. The Admin will be notified automatically by email whenever a product salable quantity goes below this level. Admin gets a CSV file of low stock item data via email.
We have a quick notification feature to get an instant email of low stock product. When the user places an order and the product goes to below the threshold level, then the Admin will get a notification with low stock items.
Features
- Working with the Multi-source inventory(MSI)
- Enable or disable from Magento admin
- Set notify quantity below
- Receive an email with a CSV attachment
- Quick notification of a low stock product
- Multi-store friendly
- ustomizable recipient email.
- Manually send admin notification command: php bin/magento bharat:stock:notify
Configuration
Admin > Store > Settings > Configuration > Bharat > Admin Low Stock Notification
Configuration settings:
- Enable Yes/No: To enable or disable module output. You can completely disable module by this command php bin/magento module:disable Bharat_LowStockNotification
- Notify for Quantity Below: The feature sends the email notifications to the admin, basing on the specified value.
- Quick notification: When any product goes to low stock quantity then admin will get notification email with that product.
Email:
- Send email to: Input an email address, the extension will send notifications to.
- Email Sender: Select sender of admin email
- Email Template: It’s a default selected email template
Features:
1. Cron base notification - Admin get notification email with attachment of CSV file based on cron setting. you can modify cron time from
etc/crontab.xml
file. Default cron time interval is 1 hours.
2. Quick notification - Admin get quick notification of low stock product. When product's saleble quantity going to low stock then admin get notification of that product. 
