Posted in: Magento
Adding Shipping Method to the Magento Order Grid
Open /app/code/core/Mage/Adminhtml/Block/Sales/Order/Grid.php Create the file structure of : /app/code/local/Mage/Adminhtml/Block/Sales/Order/Grid.php Copy the contents of the Core file, and paste into the Local version. Find the protected function _prepareCollection. You are going to modify this function by adding one line to make the custom attribute available for inserting into the grid. Just[…]
Read More »