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
- MSAnswered
Hello,
You can modify the view file
themes/default/views/products/add.php
to set the default valueset_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