xml and it is displayed in the Magento Admin Panel. But now I'm stuck changing app/code/local/Atwix/ExtendedGrid/Model/Observer.php. I guess ...
After lots of research, I've come up with various solutions to this problem, non of which seem ideal, but someone might be able to improve on ...
Create an observer for either "sales_order_save_before" event or ...
In our case, we are going to use event 'core_layout_block_create_after'. To add an observer for this event we need to edit file /etc/config.xml of ...
Inchoo wrote a great article on extending the order grid. And on the Atwix blog there's an article on adding a column from a different table. The Inchoo blog post ...
Add email address or any column to Magento Sales Order Grid using best practice way with observers and events and with no ambiguous ...
Let's try this again with on other solution I mentioned before to you :-) , I have build the complete extension to show you how to add the field to the grid table.
You can add new columns to the Sales Order grid easily by extending the block class: Mage_Adminhtml_Block_Sales_Order_Grid. But this is ...
3) Create one observer event to add/update order type field value. Open your ...
Why would we need this in a first place? Well, maybe you want to be able to list/ filter all the orders in a grid which are purchased by customers ...