回答:
app \ code \ core \ Mage \ Adminhtml \ Block \ Report \ Product \ Sold \ Grid.phpを開き、以下のコードを_prepareColumns()
関数に配置します
Grid.php
ローカルフォルダーに移動することもできます。
$this->addColumn('sku', array(
'header' => Mage::helper('reports')->__('Product Sku'),
'index' =>'sku'
));
次のコード:http : //chandreshrana.blogspot.in/2016/08/add-sku-column-in-products-ordered.html