예제 #1
0
 protected function _construct()
 {
     $this->getCheckout()->setStepData('payment', array('label' => Mage::helper('checkout')->__('Payment Information'), 'is_show' => $this->isShow()));
     parent::_construct();
 }
예제 #2
0
 protected function _construct()
 {
     $this->getCheckout()->setStepData('shipping', array('label' => Mage::helper('checkout')->__('Shipping Information'), 'is_show' => $this->isShow(), 'allow' => true));
     parent::_construct();
 }