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

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -