risecommerce/module-low-stock-notification

Admin low stock notification

dev-main 2024-01-11 07:45 UTC

This package is auto-updated.

Last update: 2024-06-12 09:27:07 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

  1. Download the archive file.
  2. Unzip the files
  3. Create a folder [Magento_Root]/app/code/Risecommerce/LowStockNotification
  4. 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