Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 537 Bytes

File metadata and controls

18 lines (13 loc) · 537 Bytes

Magento Product Stock Alert extension

Installation

1. Clone the repository

Clone the repository at app/code/Aureatelabs/StockAlert location.

$ git clone https://github.com/aureatelabs/magento2-vsf-product-stock-alert.git app/code/Aureatelabs/StockAlert/ 

2. Enter the following at the command line

Enable extension and to make sure that the enabled extension is properly registered, run 'setup:upgrade'.

$ php bin/magento module:enable Aureatelabs_StockAlert
$ php bin/magento setup:upgrade