base_subtotal, Gross merchandise value of all items included in the order.
CREATE TABLE `customer_entity` ( `entity_id` int(10) unsigned NOT NULL
Therefore it is possible to report on sales of products either at the simple level or ... created_at, Creation timestamp of the order item, usually stored locally in UTC.
You can add a new column, a field in sales_order_item table using
$this->addColumn('ids', array( 'header' => Mage::helper('sales')->__('Product ID'), 'width' => '100px', 'index' => 'ids', 'type' => 'text', 'filter' => false, 'sortable' => ...
Here is small example which explains how to modify order grid.
Does your Magento order grid have all of the fields you need?
... setOrder('Index','Order') function for getting max data $maxData=Mage:: getResourceModel('sales/order_status_history_collection') ->setOrder(' created_at', ...
For example, if you change the price of an item from $4.99 to $3.99.
#42 C:\domains\kleurenenzo.nl\wwwroot\index.php(87): Mage::run('', 'store')