无法向管理区域添加订单ID列 - Magento Enterprise

时间:2015-11-11 08:28:37

标签: magento

我是Magento的新手。我正在尝试在Magento Admin中的Order#旁边添加订单ID。 我复制了

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

/app/code/local/Mage/Adminhtml/Block/Sales/Order/Grid.php

并在

中添加了以下代码

protected function _prepareColumns()

$this->addColumn('entity_id',
        array(
            'header'=> Mage::helper('sales')->__('ID'),
            'width' => '50px',
            'type'  => 'number',
            'index' => 'entity_id',
    ));

但是在管理/销售/订单页面中没有显示任何差异。

我遵循了很多教程。没有人在为我工作。

我正在使用Magento Enterprise v1.14.2.0

你能告诉我我在做什么错吗?

此致

-Naveed

0 个答案:

没有答案