Enter tracking number reference of Magento

ex.

Magento Add Index To Created_at Sales Flat Order Item : Useful Links

docs.magento.com

created_at, Creation timestamp of the order item, usually stored locally in UTC.

magento.stackexchange.com

$this->addColumn('ids', array( 'header' => Mage::helper('sales')->__('Product ID'), 'width' => '100px', 'index' => 'ids', 'type' => 'text', 'filter' => false, 'sortable' => ...

inchoo.net

Here is small example which explains how to modify order grid.

www.atwix.com

Copy /app/code/core/Mage/Adminhtml/Block/Sales/Order/Grid.php to

www.atwix.com

Today, we will add SKU column to the sales order grid.

www.mageplaza.com

app/code/ Mageplaza/HelloWorld/Controller/Adminhtml/Post/Index.php


Related searches