示例#1
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_title = '現在のカゴの中';
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrProductType = $masterData->getMasterData('mtb_product_type');
 }
示例#2
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     $this->skip_load_page_layout = true;
     parent::init();
     $this->staticURL = array();
     $this->staticURL[] = HTTP_URL . 'rss/' . DIR_INDEX_PATH;
 }
示例#3
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_title = '当サイトについて';
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrPref = $masterData->getMasterData('mtb_pref');
 }
示例#4
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_onload = 'eccube.togglePointForm();';
     $this->tpl_title = 'お支払方法・お届け時間等の指定';
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrPref = $masterData->getMasterData('mtb_pref');
 }
示例#5
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     $this->skip_load_page_layout = true;
     parent::init();
     $this->tpl_mainpage = 'rss/index.tpl';
     $this->encode = 'UTF-8';
     $this->description = '新着情報';
 }
示例#6
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     $this->skip_load_page_layout = true;
     parent::init();
     $this->tpl_mainpage = 'rss/products.tpl';
     $this->encode = 'UTF-8';
     $this->title = '商品一覧情報';
 }
示例#7
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrSTATUS = $masterData->getMasterData('mtb_status');
     $this->arrSTATUS_IMAGE = $masterData->getMasterData('mtb_status_image');
     $this->arrDELIVERYDATE = $masterData->getMasterData('mtb_delivery_date');
     $this->arrPRODUCTLISTMAX = $masterData->getMasterData('mtb_product_list_max');
 }
示例#8
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->arrCountry = $masterData->getMasterData('mtb_country');
     $this->tpl_title = 'お届け先の指定';
     $this->httpCacheControl('nocache');
 }
示例#9
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     /* @var $masterData MasterData */
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrRECOMMEND = $masterData->getMasterData('mtb_recommend');
     $this->arrSex = $masterData->getMasterData('mtb_sex');
     $this->arrReviewDenyURL = $masterData->getMasterData('mtb_review_deny_url');
     $this->tpl_mainpage = 'products/review.tpl';
     $this->httpCacheControl('nocache');
 }
示例#10
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     $this->skip_load_page_layout = true;
     parent::init();
     $this->tpl_title = 'お届け先の追加・変更';
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->arrCountry = $masterData->getMasterData('mtb_country');
     $this->httpCacheControl('nocache');
     $this->validUrl = array(MYPAGE_DELIVADDR_URLPATH, DELIV_URLPATH, MULTIPLE_URLPATH);
 }
示例#11
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_title = 'MYページ';
     if (Application::alias('eccube.display')->detectDevice() === DEVICE_TYPE_MOBILE) {
         $this->tpl_title .= '/退会手続き(完了ページ)';
     } else {
         $this->tpl_subtitle = '退会手続き(完了ページ)';
     }
     $this->tpl_navi = Application::alias('eccube.helper.page_layout')->getTemplatePath(Application::alias('eccube.display')->detectDevice()) . 'mypage/navi.tpl';
     $this->tpl_mypageno = 'refusal';
     $this->point_disp = false;
 }
示例#12
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_title = '入力内容のご確認';
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->arrCountry = $masterData->getMasterData('mtb_country');
     $this->arrSex = $masterData->getMasterData('mtb_sex');
     $this->arrJob = $masterData->getMasterData('mtb_job');
     $this->arrMAILMAGATYPE = $masterData->getMasterData('mtb_mail_magazine_type');
     $this->arrReminder = $masterData->getMasterData('mtb_reminder');
     $this->httpCacheControl('nocache');
 }
示例#13
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     if (Application::alias('eccube.display')->detectDevice() == DEVICE_TYPE_MOBILE) {
         $this->tpl_title = 'お問い合わせ';
     } else {
         $this->tpl_title = 'お問い合わせ(入力ページ)';
     }
     $this->httpCacheControl('nocache');
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     if (Application::alias('eccube.display')->detectDevice() == DEVICE_TYPE_MOBILE) {
         // @deprecated EC-CUBE 2.11 テンプレート互換用
         $this->CONF = Application::alias('eccube.helper.db')->getBasisData();
     }
 }
示例#14
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     $this->skip_load_page_layout = true;
     parent::init();
     $this->tpl_title = 'パスワードを忘れた方';
     $this->tpl_mainpage = 'forgot/index.tpl';
     $this->tpl_mainno = '';
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrReminder = $masterData->getMasterData('mtb_reminder');
     $this->device_type = Application::alias('eccube.display')->detectDevice();
     $this->httpCacheControl('nocache');
     // デフォルトログインアドレスロード
     /* @var $objCookie Cookie */
     $objCookie = Application::alias('eccube.cookie');
     $this->tpl_login_email = $objCookie->getCookie('login_email');
 }
示例#15
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_title = 'ログイン';
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->arrCountry = $masterData->getMasterData('mtb_country');
     $this->arrSex = $masterData->getMasterData('mtb_sex');
     $this->arrJob = $masterData->getMasterData('mtb_job');
     $this->tpl_onload = 'eccube.toggleDeliveryForm();';
     /* @var $objDate Date */
     $objDate = Application::alias('eccube.date', BIRTH_YEAR, date('Y'), strtotime('now'));
     $this->arrYear = $objDate->getYear('', START_BIRTH_YEAR, '');
     $this->arrMonth = $objDate->getMonth(true);
     $this->arrDay = $objDate->getDay(true);
     $this->httpCacheControl('nocache');
 }
示例#16
0
 /**
  * Page を初期化する.
  * @return void
  */
 public function init()
 {
     parent::init();
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->arrJob = $masterData->getMasterData('mtb_job');
     $this->arrReminder = $masterData->getMasterData('mtb_reminder');
     $this->arrCountry = $masterData->getMasterData('mtb_country');
     $this->arrSex = $masterData->getMasterData('mtb_sex');
     $this->arrMAILMAGATYPE = $masterData->getMasterData('mtb_mail_magazine_type');
     // 生年月日選択肢の取得
     /* @var $objDate Date */
     $objDate = Application::alias('eccube.date', BIRTH_YEAR, date('Y'));
     $this->arrYear = $objDate->getYear('', START_BIRTH_YEAR, '');
     $this->arrMonth = $objDate->getMonth(true);
     $this->arrDay = $objDate->getDay(true);
     $this->httpCacheControl('nocache');
 }
示例#17
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
 }
示例#18
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_title = 'ご注文完了';
 }
示例#19
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_title = 'お届け先の複数指定';
     $this->httpCacheControl('nocache');
 }
示例#20
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     $this->skip_load_page_layout = true;
     parent::init();
     $this->allowClientCache();
 }
示例#21
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     $this->skip_load_page_layout = true;
     parent::init();
     $this->tpl_message = '住所を検索しています。';
 }
示例#22
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_title = '会員登録(完了ページ)';
 }
示例#23
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrSTATUS = $masterData->getMasterData('mtb_status');
     $this->arrSTATUS_IMAGE = $masterData->getMasterData('mtb_status_image');
     $this->arrDELIVERYDATE = $masterData->getMasterData('mtb_delivery_date');
     $this->arrRECOMMEND = $masterData->getMasterData('mtb_recommend');
     // POST に限定する mode
     $this->arrLimitPostMode[] = 'cart';
     $this->arrLimitPostMode[] = 'add_favorite';
     $this->arrLimitPostMode[] = 'add_favorite_sphone';
     $this->arrLimitPostMode[] = 'select';
     $this->arrLimitPostMode[] = 'select2';
     $this->arrLimitPostMode[] = 'selectItem';
 }
示例#24
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_title = 'お問い合わせ(完了ページ)';
     $this->tpl_mainno = 'contact';
 }
示例#25
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->httpCacheControl('nocache');
 }
示例#26
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     $this->skip_load_page_layout = true;
     parent::init();
 }
示例#27
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_title = '未対応デバイス';
 }