How can I get selected fields for delivery and billing during checkout? (I want to show them in the side panels)
I use this in shipping.phtml, but, of course, only for the current "address" (and I want to use it in .phtml methods and other pages).
$this->getAddress()->getFirstname()
So I assumed this would work ...
Mage::getSingleton('checkout/session')->getShippingAddress()->getFirstname()
But it is not, does anyone have a clue?
Addition: It helped me a lot, but I got stuck: -S How do I choose the delivery method that the user chose during checkout?
Bob van luijt
source share