Hi,
Is there any way to customize low inventory report?I would like to have list product model number next to the product name. Any way?
Thanks.
Hi,
Is there any way to customize low inventory report?I would like to have list product model number next to the product name. Any way?
Thanks.
Start with a look at admin/stats_products_lowstock.php
Zen-Venom Get Bitten
Currently no admin files are overrideable.
What I do is maintain a good notebook on any install.
Rename the orig file to stats_products_lowstock.old and leave it there(note no php extention) and place the edited file there as the php file.
On an upgrade refer to the notes - rename your edited file and the original back to php and do the upgrade. You can then diff the new file against your edited file or check the change log for any updates to this file
Zen-Venom Get Bitten
Thanks for your info.