Hopefully this falls under Tips & Tricks!
I thought I stumbled across the answer awhile ago, but I have been searching the forums for over a week now with no success.
I'm now thinking maybe I dreamt it.
What I want to do is add the product number in two places in the admin panel.
One in the product preview page.
The other spot when you are looking in Categories / Products, you know, where this is listed -
Categories / Products______________Status___Action
1924 Ford T Roadster w/ trailer___________* *_______>
1931 Ford Model A Sedan Hot Rod 2'n1_____* *_______i
After the product name I guess would really be the best spot.
I found this in admin > categories.php -
<tr class="dataTableHeadingRow">
<td class="dataTableHeadingContent"><?php echo TABLE_HEADING_CATEGORIES_PRODUCTS; ?></td>
<td class="dataTableHeadingContent" align="center"><?php echo TABLE_HEADING_STATUS; ?></td>
<td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_ACTION; ?> </td>
</tr>
But I know it takes a lot more than just adding another column. I need help with what & where I should add lines of script/code.
It sure would make life easier searching for product ID# than product names when needing to update product info.
A cry for help!

