How to properly add a shipping_description column in magento order grid?
There are many tutorials and suggestions including installing a custom extensions etc. I've added the shipping_description fine based on various tips and tricks by modifying the Grid.php with the following code, but when it comes to sorting it by Price or Status it throws an error: SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'status' in where clause is ambiguous or SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'increment_id' in where clause is ambiguous It sorts ok by Billing and Shipping Name though. The following code was added to Grid.php: protected function