Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在“项目发票”部分的 magento 管理发票网格中显示我的自定义属性值
app/code/core/mage/AdminHtml/Block/sales/order/Invoice/View/Items.php
它通过生成
public function getOrder() { return $this->getInvoice()->getOrder(); }
现在我应该如何将我自己的属性放在这个网格中,例如重量属性作为一个单独的列?