DE
Asked
Hi, is there a way to set a default alert quantity for all product alert??
If yes, kindly guide on how to do it.
Adding it manually is kind of tiring. Especially when we maintain the same alert quantity.
Thx
If yes, kindly guide on how to do it.
Adding it manually is kind of tiring. Especially when we maintain the same alert quantity.
Thx
- MSAnsweredHello,
You can modify the view file `themes/default/views/products/add.php` to set the default value `set_value('alert_quantity', 0)`
If you have already added the products, you can directly modify the alert_quantity column as you need in your database.
Thank you - Login to Reply