How to get order Id in class Mage_Adminhtml_Block_Sales_Order_Create_Shipping_Method_Form ?
I tried out many ways such as, $this->getQuote->getId();, $this->getOrder->getId(); etc etc... But no Use. I am new in magento and extremely new to Its zend based module structure.
Any help will be appreciated.
getOrigOrderId()andgetReservedOrderId()with it, you can load the order? Did you try var_dump($this->getData())? – Fabian Blechschmidt Feb 22 '13 at 11:23