protected function _construct()
 {
     parent::_construct();
 }
예제 #2
0
 /**
  * Initialize shipping address step
  */
 protected function _construct()
 {
     $this->getCheckout()->setStepData('shipping', array('label' => Mage::helper('checkout')->__('Shipping Information'), 'is_show' => $this->isShow()));
     $this->settings = Mage::helper('oscheckout/checkout')->loadSettings();
     parent::_construct();
 }