顧客の郵便番号/郵便番号を表示する注文グリッドを取得しようとしています。
sales_flat_order_address エイリアスをコレクションに参加させようとしていますが、成功しません。
protected function _prepareCollection() {
$collection = Mage::getResourceModel($this->_getCollectionClass());
$collection->getSelect()->join('sales_flat_order_address', 'main_table.entity_id = sales_flat_order_address.parent_id',array('postcode'));
//var_dump($collection);
$this->setCollection($collection);
return parent::_prepareCollection();
}
誰でも、これに対する解決策を見つけ出すのを手伝ってくれますか?