0
votes

As the title says, how do I can get new entered shipping address to print in shipping method.

Step in Magento 1.7.02, as you know all data in checkout is saved in javascript vars and post to the server until the order is placed, I need print the address and name in shipping method step.

Thank you very much!!

1

1 Answers

0
votes
 Mage::getSingleton('checkout/session')->getQuote()->getShippingAddress()

This would return the current session shipping address