Magento sales order grid issue I am getting the postcode value in collection but did not show in column -
i getting postcode value in collection did not show in column
( [entity_id] => 17 [status] => pending [store_id] => 1 [store_name] => main website main website store default store view [customer_id] => 1 [base_grand_total] => 36.0000 [base_total_paid] => [grand_total] => 36.0000 [total_paid] => [increment_id] => 100000015 [base_currency_code] => usd [order_currency_code] => usd [shipping_name] => test order [billing_name] => test order [created_at] => 2017-04-13 10:12:14 [updated_at] => 2017-04-13 10:12:15 [telephone] => 1234567890 [postcode] => 110096 )
when use postcode value in column not showing
$this->addcolumn('postcode', array( 'header' => mage::helper('sales')->__('postcode'), 'index' => 'postcode', ));
Comments
Post a Comment