landofcoder / module-low-stock-notification
Admin low stock notification
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2024-01-08 07:31:26 UTC
README
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.
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.
Main Features
- Working with the Multi-source inventory(MSI)
- Enable or disable from Magento admin
- Set notify quantity below
- Quick notification of a low stock product
- Multi-store friendly
- Customizable recipient email.
Configuration
Admin > Store > Settings > Configuration > Landofcoder > 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 Lof_LowStockNotification
-
Notify for Quantity Below: The feature sends the email notifications to the admin, basing on the specified value.
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
Output
Forked from Bharat_LowStockNotification