magento - Can’t find admin file of sales grid column -
i’m trying take out 1 of lines in ‘purchased from’ column… have tried hours cannot find file displays that. each line has , think easy find. knows file is? thank much!
simple , nondesctructible way:
first, copy /app/code/core/mage/adminhtml/block/sales/order/grid.php
/app/code/local/mage/adminhtml/block/sales/order/grid.php
. sure make directories if don’t exist.
then remove code in (around 84 row) like
if (!mage::app()->issinglestoremode()) { $this->addcolumn('store_id', array( 'header' => mage::helper('sales')->__('purchased (store)'), 'index' => 'store_id', 'type' => 'store', 'store_view'=> true, 'display_deleted' => true, )); }
finally, re-login backend.
Comments
Post a Comment