/**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_subtitle = t('c_Add or change delivery destination_01');
     $this->tpl_mypageno = 'delivery';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->httpCacheControl('nocache');
 }
Пример #2
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_subtitle = 'お届け先追加・変更';
     $this->tpl_mypageno = 'delivery';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->httpCacheControl('nocache');
 }
Пример #3
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mypageno = 'index';
     if (SC_Display_Ex::detectDevice() === DEVICE_TYPE_MOBILE) {
         $this->tpl_subtitle = 'MYページ';
     } else {
         $this->tpl_subtitle = '購入履歴一覧';
     }
     $this->httpCacheControl('nocache');
 }
Пример #4
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mypageno = 'index';
     $this->tpl_subtitle = '購入履歴詳細';
     $this->httpCacheControl('nocache');
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrMAILTEMPLATE = $masterData->getMasterData('mtb_mail_template');
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->arrWDAY = $masterData->getMasterData('mtb_wday');
     $this->arrProductType = $masterData->getMasterData('mtb_product_type');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mypageno = 'index';
     if (SC_Display_Ex::detectDevice() === DEVICE_TYPE_MOBILE) {
         $this->tpl_subtitle = 'MYページ';
     } else {
         $this->tpl_subtitle = '購入履歴一覧';
     }
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrCustomerOrderStatus = $masterData->getMasterData('mtb_customer_order_status');
     $this->httpCacheControl('nocache');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_subtitle = '会員登録内容変更(入力ページ)';
     $this->tpl_mypageno = 'change';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrReminder = $masterData->getMasterData('mtb_reminder');
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->arrJob = $masterData->getMasterData('mtb_job');
     $this->arrMAILMAGATYPE = $masterData->getMasterData('mtb_mail_magazine_type');
     $this->arrSex = $masterData->getMasterData('mtb_sex');
     $this->httpCacheControl('nocache');
     // 生年月日選択肢の取得
     $objDate = new SC_Date_Ex(BIRTH_YEAR, date('Y', strtotime('now')));
     $this->arrYear = $objDate->getYear('', START_BIRTH_YEAR, '');
     $this->arrMonth = $objDate->getMonth(true);
     $this->arrDay = $objDate->getDay(true);
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_subtitle = '会員登録内容変更(完了ページ)';
     $this->tpl_mypageno = 'change';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_subtitle = 'お気に入り一覧';
     $this->tpl_mypageno = 'favorite';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
 }
Пример #10
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->httpCacheControl('nocache');
 }
Пример #11
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_subtitle = '退会手続き(入力ページ)';
     $this->tpl_mypageno = 'refusal';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_subtitle = t('c_Cancel membership_01');
     $this->tpl_mypageno = 'refusal';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_subtitle = t('c_Revision of member registration details (completion page)_01');
     $this->tpl_mypageno = 'change';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_subtitle = t('c_List of Favorites_01');
     $this->tpl_mypageno = 'favorite';
 }
Пример #15
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     $this->skip_load_page_layout = true;
     parent::init();
     $this->httpCacheControl('nocache');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     $this->skip_load_page_layout = true;
     parent::init();
 }