Hello to all,

I would like to know if it is possible to add a 'product model' field to the Products Expected page in the admin panel. Every day I receive a back in stock/out of stock report from my dropshipper and I need to check and compare availability dates for the products that will soon be back in stock, but it would be easier for me to identify them by model codes instead of just product titles. I see the defines are located in the english.php and products_expected.php files, I guess I would probably need to add a line in the english.php file similar to the following, am I right?

define('TEXT_DISPLAY_NUMBER_OF_PRODUCTS_EXPECTED', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> products expected)');

... and then add something like the following to products_expected.php?

define('TABLE_HEADING_PRODUCTS', 'Products');

How can I change/add these lines to include the product model codes in this admin page?

Thanks a lot