Magento – Programmatically Get Order Details by Increment IDPublished October 27, 2014By Kathir Sid Vel[php] <?php $order = Mage::getModel(‘sales/order’)->loadByIncrementId($incrementId); ?> [/php]