It took me a while but I found it!

Originally Posted by
cliffvt
How can I remove the "xxx in stock" beneath every attribute on the grid?
In the file /includes/languages/english/extra_definitions/absolute_attribute_grid.php
I changed the line:
Code:
define('TEXT_ATTRIBUTE_GRID_IN_STOCK', '%s in stock' ); //MUST CONTAIN %s AS THIS IS REPLACED WITH STOCK LEVEL
to
Code:
define('TEXT_ATTRIBUTE_GRID_IN_STOCK', 'Qty/Amt?' );
In this case it now displays the input box with the words "Qty/Amt?" underneath, which is acutally quite nifty!

Cheers
Cliff