risecommerce / module-low-stock-notification
Admin low stock notification
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: >100.0
- magento/module-backend: >100.0
- magento/module-store: >100.0
This package is auto-updated.
Last update: 2024-12-12 10:53:12 UTC
README
##Risecommerce LowStockNotification Risecommerce LowStockNotification is Free extension for admin to get notify when the product is going for Out Of Stock. ##Support: version - 2.3.x, 2.4.x
##How to install Extension
- Download the archive file.
- Unzip the files
- Create a folder [Magento_Root]/app/code/Risecommerce/LowStockNotification
- Drop/move the unzipped files to directory '[Magento_Root]/app/code/Risecommerce/LowStockNotificationr'
#Enable Extension:
- php bin/magento module:enable Risecommerce_LowStockNotification
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy
- php bin/magento cache:flush
#Disable Extension:
- php bin/magento module:disable Risecommerce_LowStockNotification
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy
- php bin/magento cache:flush