Payment Methods – Display on Review Page

payment-methods

We want to display the selected payment method on the review page.
We want to place this in review.phtml

I tried this, but it did not work:

$payment = Mage::getSingleton('checkout/session')->getQuote()->getPayment()->getMethodInstance()->getTitle();

Does anyone know the correct code to fix this?

Thanks!

Best Answer

It's working fine (I tested it). But please try not to put in <div class="order-review" id="checkout-review-load"> because it's overwrite dynamically. Put the code above or below this div.