/**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_title = '現在のカゴの中';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrProductType = $masterData->getMasterData('mtb_product_type');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     //        $this->tpl_mainpage = TEMPLATE_REALDIR.'news/index.tpl';
     //        $this->tpl_page_category = 'news';
     $this->tpl_title = '特定商取引に関する法律に基づく表記';
 }
Beispiel #3
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_title = '特定商取引に関する法律に基づく表記';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'rss/products.tpl';
     $this->encode = 'UTF-8';
     $this->title = '商品一覧情報';
 }
Beispiel #5
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_title = '当サイトについて';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrProductType = $masterData->getMasterData('mtb_product_type');
     //商品種類を取得
 }
Beispiel #7
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = "rss/index.tpl";
     $this->encode = "UTF-8";
     $this->description = "新着情報";
 }
Beispiel #8
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;
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'rss/index.tpl';
     $this->encode = 'UTF-8';
     $this->description = '新着情報';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'rss/products.tpl';
     $this->encode = 'UTF-8';
     $this->title = t('c_Product list information_01');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'rss/index.tpl';
     $this->encode = 'UTF-8';
     $this->description = t('c_New information_01');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_title = t('c_Items in cart_01');
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrProductType = $masterData->getMasterData('mtb_product_type');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = "rss/products.tpl";
     $this->encode = "UTF-8";
     $this->title = "商品一覧情報";
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     // mypage 共通
     $this->tpl_title = 'ログインページ';
     $this->tpl_navi = 'original/navi.tpl';
     $this->tpl_mainno = 'original';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = $this->arrPluginInfo['fullpath'] . 'tpl/admin/index.tpl';
     $this->tpl_mainno = 'plugin';
     $this->tpl_subno = $this->arrPluginInfo['path'];
     $this->tpl_subtitle = "プラグイン「{$this->arrPluginInfo['name']}」の設定";
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     // mypage 共通
     $this->tpl_title = t('c_MY page_01');
     $this->tpl_navi = 'mypage/navi.tpl';
     $this->tpl_mainno = 'mypage';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_page_category = 'abouts';
     $this->tpl_title = '当サイトについて';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->tpl_title = 'お届け先の指定';
     $this->httpCacheControl('nocache');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_onload = 'fnCheckInputPoint();';
     $this->tpl_title = 'お支払方法・お届け時間等の指定';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     // mypage 共通
     $this->tpl_title = 'MYページ';
     $this->tpl_navi = 'mypage/navi.tpl';
     $this->tpl_mainno = 'mypage';
 }
 /**
  * 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 = '新着情報';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_onload = 'fnCheckInputPoint();';
     $this->tpl_title = t('c_Payment method and delivery time_01');
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
 }
Beispiel #23
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 = '商品一覧情報';
 }
 function init()
 {
     parent::init();
     $this->tpl_page_category = 'popular product';
     $this->tpl_title = "popular product";
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_page_category = 'order';
     $this->tpl_title = t('c_Shipping and legal information_01');
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_onload = 'eccube.togglePointForm();';
     $this->tpl_title = 'お支払方法・お届け時間等の指定';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_page_category = 'brand';
     $this->tpl_title = "Our Brand";
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->tpl_title = t('c_Delivery destination_02');
     $this->httpCacheControl('nocache');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $masterData = new SC_DB_MasterData_Ex();
     $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');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_title = 'お届け先の追加・変更';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->httpCacheControl('nocache');
     $this->validUrl = array(MYPAGE_DELIVADDR_URLPATH, DELIV_URLPATH, MULTIPLE_URLPATH);
 }