by: blastarPosted on: October 20, 2011April 5, 2014 How to get payment method in Magento? Just call: $payment = $order->getPayment()->getMethodInstance()->getTitle(); Related