Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pankaju opened this issue Jan 30, 2015 · 0 comments
Open

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

pankaju opened this issue Jan 30, 2015 · 0 comments

Comments

@pankaju
Copy link

pankaju commented Jan 30, 2015

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',
));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant