Posts

Showing posts from February 5, 2019

How to get current payment detail on order review page in Magento 1.9.2?

Image
0 I want to print complete payment details on order review page in onepage checkout which are saved while payment. I have used following code:- <?php echo$payment = Mage::getSingleton('checkout/session')->getQuote()->getPayment()->getMethodInstance()->getTitle(); ?> But This code is getting only Payment title but I want to print following details:- Card holder name:- Expire date:- Card No:- Card Type:- magento-1.9 onepage-checkout share | improve this question edited 4 hours ago Teja Bhagavan Kollepara 2,948 4 18 47