2

仅供参考,我使用 grid.php 文件中的以下代码在 Sales > Order Grid 中添加了 2 个自定义列。

$this->addColumn(’ddmsaccount’,array(
‘header’ => Mage::helper(’customer’)->__(’DDMS Account #’),
‘width’ => ‘50’,
‘renderer’ => ‘Mage_Adminhtml_Block_Sales_Order_Renderer_Ddms’,
‘filter’ => false,
‘sortable’ => false,
‘index’ => ‘ddmsaccount’
));

一切正常:在网格布局中可以看到自定义列,过滤/渲染一切正常。

我得到的唯一问题是自定义列未在 CSV 中导出。

让我知道是否有人对此有任何想法。谢谢帕万

4

0 回答 0