コード例 #1
0
ファイル: Method.php プロジェクト: igorvasiliev4/magento_code
 protected function _construct()
 {
     $this->getCheckout()->setStepData('shipping_method', array('label' => Mage::helper('checkout')->__('Shipping Method'), 'is_show' => $this->isShow()));
     parent::_construct();
 }
コード例 #2
0
 protected function _construct()
 {
     parent::_construct();
 }