Skip to content

how to add sku and order id sold product report in magento? #31

Description

@pankaju

i want sold product sku's and order id in below
code\core\Mage\Adminhtml\Block\Report\Product\Sold\Grid.php

i tried to below code but showing blank

$this->addColumn('sku', array(
'header' =>Mage::helper('reports')->('SKU'),
'index' =>'sku',
));
$this->addColumn('order_increment_id', array(
'header' => Mage::helper('reports')->('Order'),
'index' => 'order_increment_id',
));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions