Just copy Grid.php to app/code/local/Mage/Adminhtml/Block/Sales/Order/ Then append sales_flat_order table to collection protected function ...
copy app/code/core/Mage/Adminhtml/Block/Sales/Order/Grid.php to app/code/ local/Mage/Adminhtml/Block/Sales/Order/Grid.php. then under ...
protected function _prepareCollection() { $collection = Mage::getResourceModel( $this->_getCollectionClass()); $collection->getSelect()->joinLeft( ...
Get Customer Email In Magento sales order grid : This is very
You can add custom templates as physical files in your custom theme or create
Add email address or any column to Magento Sales Order Grid using best practice way with observers and events and with no ambiguous ...
Enabling the “Asynchronous email notifications” setting moves processes
Send mass emails with one click from the admin sales order grid and the admin customer grid. Email template customization like Magento's default email ...
add email template and settings for it;; add a mass action to the orders grid;; register an order change event and send an email when the order ...
Why do Magento 2 stores want to add more columns in the orders grid?