IS
Asked
input value alert_quantity change all product submit button
I have a problem that I have to change alert_quantity one by one every day. I want to put it in one place, it would be better if it could be in System Settings. If all items are set to 100 in System Settings, all items will be set to alert_quantity 100. Can you help me with this?
- MSAnswered
Hello,
You will need to modify the system settings controller with relative view file and then some sort of mechanism to update the products table. I suggest you to hire developer if you want to go this way. You can run query on database to change he alert quantity file for products too.
UPDATE sma_products SET alert_quantity = 100;
Thank you
- ISAnswered
Thinks…
- Login to Reply