Get billing information in order review section of one page checkout in Magento
I am trying to display the billing and shipping information in the "Order Review" section of One Page Checkout in Magento 1.7.0. However, it just doesn't want to co-operate at all. I tried several methods mentioned in various forums and in SO as well. But none of these methods seem to work. Here are the ones I have already tried. http://www.magentocommerce.com/boards/viewthread/55281/ http://www.magentocommerce.com/boards/viewthread/55281/ Any help would be greatly appreciated! Thanks in advance. Mage::getSingleton('checkout/session')->getQuote() ->getShippingAddress() ->getData(); Mage: