- ホーム
- 新規会員登録
Notice (8): Undefined variable: dspCategories [APP/View/Layouts/kimonon.html, line 123]Code Context<div class="inner closed">
<ul class="main">
<?php foreach ($dspCategories as $key => $val): ?>
$viewFile = '/home/oomaekunccb/imaxy.jp/public_html/sys_mercube/app/View/Layouts/kimonon.html' $dataForView = array( 'title_for_layout' => 'MERCUBE|新規会員登録', 'arrData' => array( 'Member' => array( 'password' => '*****', 'id' => null, 'type' => '0', 'user_id' => null, 'name' => null, 'name_kana' => null, 'company' => null, 'department' => null, 'postcode' => null, 'address' => null, 'phone' => null, 'gender' => 'male', 'birthday' => null, 'nickname' => null, 'email' => null, 'password_hint' => null, 'corporate_name' => null, 'corporate_name_kana' => null, 'company_type' => null, 'represent_name' => null, 'represent_name_kana' => null, 'headoffice_postcode' => null, 'headoffice_address' => null, 'represent_phone' => null, 'mail_magazine' => '1', 'mailmag_flg' => '1', 'comment' => null, 'admin_message' => null, 'point' => '0', 'image_file_name' => null, 'user_rank' => 'general', 'role' => 'user', 'status' => '0', 'notification_to_saller_flag' => '1', 'purchased_to_saller_flag' => '1', 'mailmagazine_accept_flag' => '1', 'bank_name' => null, 'bank_code' => null, 'branch_name' => null, 'branch_code' => null, 'account_type' => null, 'account_no' => null, 'deposit_name' => null, 'deposit_name_kana' => null, 'user_type' => '0', 'saler_status' => '0', 'saler_image_file_name' => '', 'tmp_key' => null, 'admin_level' => null, 'created' => null, 'modified' => null, 'del_flg' => '0', 'email_confirm' => null, 'password_confirm' => null ) ), 'arrTagList' => array( (int) 0 => 'キッズ遊具', (int) 1 => 'プライズ機', (int) 2 => 'ふわふわ', (int) 3 => 'プライズ', (int) 4 => 'エレメカゲームマシン', (int) 5 => 'ガンシューティングゲーム', (int) 6 => 'カットフルーツ', (int) 7 => 'キッズ', (int) 8 => 'ポニーサイクル', (int) 9 => '乗り物' ), 'arrPickUp' => array( (int) 0 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ), (int) 1 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ), (int) 2 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ), (int) 3 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ), (int) 4 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ) ), 'user_role' => null, 'loginname' => null, 'login_member_id' => null, 'isMobile' => false, 'search_keyword' => 'キーワードで探す', 'arrMasterData' => array(), 'root_url' => 'https://mercube.imaxy.jp/', 'content_for_layout' => ' <div class="common crumbs"> <ul><li class="first"><a href="/">ホーム</a></li><li class="last">新規会員登録</li></ul> </div> <div id="Regist"> <h2>会員情報入力</h2> <form action="/member_regist/member_form" class="form-horizontal" role="form" id="MemberMemberFormForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <input type="hidden" name="data[Member][agree]" id="MemberAgree"/> <input type="hidden" name="data[Member][role]" value="user" id="MemberRole"/> <div class="input"> <!-- ///change for member register 2021.05.13 --> <!-- 【登録者情報】 --> <dl> <dt class="memberInfo"> <span>登録者情報</span> </dt> </dl> <dl> <dt>会員種類<span class="required">必須</span></dt> <dd> <input type="radio" name="data[Member][type]" id="MemberType0" class="ml10 mr05" value="0" checked="checked" />法人<input type="radio" name="data[Member][type]" id="MemberType1" class="ml10 mr05" value="1" />個人 </dd> </dl> <dl> <dt>会社名・事業所名</dt> <dd> <input name="data[Member][company]" size="50" class="common input" type="text" id="MemberCompany"/> </dd> </dl> <dl> <dt>部署名</dt> <dd> <input name="data[Member][department]" size="50" class="common input" type="text" id="MemberDepartment"/> </dd> </dl> <dl> <dt>郵便番号(半角数字、ハイフンあり)<span class="required">必須</span></dt> <dd> <input name="data[Member][postcode]" size="50" class="common input" type="text" id="MemberPostcode" required="required"/> </dd> </dl> <dl> <dt>住所<span class="required">必須</span></dt> <dd> <input name="data[Member][address]" size="50" class="common input" type="text" id="MemberAddress" required="required"/> </dd> </dl> <dl> <dt>氏名<span class="required">必須</span></dt> <dd> <input name="data[Member][name]" size="50" class="common input" type="text" id="MemberName" required="required"/> </dd> </dl> <dl> <dt>氏名(全角フリガナ) <span class="required">必須</span></dt> <dd> <input name="data[Member][name_kana]" size="50" class="common input" type="text" id="MemberNameKana" required="required"/> </dd> </dl> <!-- <dl> <dt>郵便番号<span class="required">必須</span></dt> <dd> <input name="data[Member][postcode]" size="50" class="common input" type="text" id="MemberPostcode" required="required"/> </dd> </dl> --> <dl> <dt>電話番号(半角数字、ハイフンあり)<span class="required">必須</span></dt> <dd> <input name="data[Member][phone]" size="50" class="common input" type="text" id="MemberPhone" required="required"/> </dd> </dl> <dl> <dt>性別<span class="required">必須</span></dt> <dd> <input type="radio" name="data[Member][gender]" id="MemberGenderMale" class="ml10 mr05" value="male" required="required" checked="checked" />男性<input type="radio" name="data[Member][gender]" id="MemberGenderFemale" class="ml10 mr05" value="female" required="required" />女性 </dd> </dl> <dl> <dt>生年月日<span class="required">必須</span></dt> <dd class="birthday"> <select name="data[Member][birthday][year]" class="common select" id="MemberBirthdayYear" required="required"> <option value=""></option> <option value="2015">2015</option> <option value="2014">2014</option> <option value="2013">2013</option> <option value="2012">2012</option> <option value="2011">2011</option> <option value="2010">2010</option> <option value="2009">2009</option> <option value="2008">2008</option> <option value="2007">2007</option> <option value="2006">2006</option> <option value="2005" selected="selected">2005</option> <option value="2004">2004</option> <option value="2003">2003</option> <option value="2002">2002</option> <option value="2001">2001</option> <option value="2000">2000</option> <option value="1999">1999</option> <option value="1998">1998</option> <option value="1997">1997</option> <option value="1996">1996</option> <option value="1995">1995</option> <option value="1994">1994</option> <option value="1993">1993</option> <option value="1992">1992</option> <option value="1991">1991</option> <option value="1990">1990</option> <option value="1989">1989</option> <option value="1988">1988</option> <option value="1987">1987</option> <option value="1986">1986</option> <option value="1985">1985</option> <option value="1984">1984</option> <option value="1983">1983</option> <option value="1982">1982</option> <option value="1981">1981</option> <option value="1980">1980</option> <option value="1979">1979</option> <option value="1978">1978</option> <option value="1977">1977</option> <option value="1976">1976</option> <option value="1975">1975</option> <option value="1974">1974</option> <option value="1973">1973</option> <option value="1972">1972</option> <option value="1971">1971</option> <option value="1970">1970</option> <option value="1969">1969</option> <option value="1968">1968</option> <option value="1967">1967</option> <option value="1966">1966</option> <option value="1965">1965</option> </select><span class="separator">年</span><select name="data[Member][birthday][month]" class="common select" id="MemberBirthdayMonth" required="required"> <option value=""></option> <option value="01" selected="selected">01</option> <option value="02">02</option> <option value="03">03</option> <option value="04">04</option> <option value="05">05</option> <option value="06">06</option> <option value="07">07</option> <option value="08">08</option> <option value="09">09</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> </select><span class="separator">月</span><select name="data[Member][birthday][day]" class="common select" id="MemberBirthdayDay" required="required"> <option value=""></option> <option value="01" selected="selected">1</option> <option value="02">2</option> <option value="03">3</option> <option value="04">4</option> <option value="05">5</option> <option value="06">6</option> <option value="07">7</option> <option value="08">8</option> <option value="09">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </select><span class="separator">日</span> </dd> </dl> <dl> <dt>ニックネーム<span class="required">必須</span></dt> <dd> <input name="data[Member][nickname]" size="50" class="common input" type="text" id="MemberNickname" required="required"/> </dd> <dt><span class="note">個人情報が特定されないような名前を付けてください。</span></dt> </dl> <dl> <dt>メールアドレス(半角英数字)<span class="required">必須</span></dt> <dd> <input name="data[Member][email]" size="50" class="common input" type="text" id="MemberEmail" required="required"/> </dd> <dt><span class="note">例)○○○@yahoo.co.jp<br> メールアドレスに誤りがありますと、メールが届きません。<br> 今一度ご確認ください。</span></dt> </dl> <dl> <dt>メールアドレス確認(半角英数字)<span class="required">必須</span></dt> <dd> <input name="data[Member][email_confirm]" size="50" class="common input" type="text" id="MemberEmailConfirm"/> </dd> </dl> <dl> <dt>パスワード(半角英数記号)<span class="required">必須</span></dt> <dd> <input name="data[Member][password]" size="50" class="common input" type="password" id="MemberPassword" required="required"/> </dd> </dl> <dl> <dt>パスワード確認(半角英数記号)<span class="required">必須</span></dt> <dd> <input name="data[Member][password_confirm]" size="50" class="common input" type="password" id="MemberPasswordConfirm"/> </dd> </dl> <dl> <dt>パスワードのヒント</dt> <dd> <input name="data[Member][password_hint]" size="50" class="common input" type="text" id="MemberPasswordHint"/> </dd> </dl> <dl> <dt class="memberInfo"> <span>メルマガ</span> </dt> </dl> <dl> <dd> <input type="radio" name="data[Member][mail_magazine]" id="MemberMailMagazine1" class="ml10 mr05 optionspace" value="1" checked="checked" /><label for="MemberMailMagazine1">受け取る</label><input type="radio" name="data[Member][mail_magazine]" id="MemberMailMagazine0" class="ml10 mr05 optionspace" value="0" /><label for="MemberMailMagazine0">受け取らない</label> <span class="required needword">必須</span> </dd> <dt><span class="note">メールマガジンをご購読いただくと最新情報や限定企画など<br> お得な情報をお届けします!<br> この機会にぜひご登録ください。</span></dt> </dl> </div> <div class="common agreement_button"> <label> <div> <input name="data[agreement]" type="checkbox" onclick="add_submit();"> <span class="agreeChecked"></span> <a class="agreetitle" href="/aboutus/userrule">AMIMA利用規約</a>に同意する </div> </label> </div> <div class="common button disable"> <a class="submit_button">確認ページへ</a> </div> <div class="common button red"> <a class="submit" href="javascript:;">確認ページへ</a> </div> <!-- /// end 2021.05.13 --> </form></div> <!-- /// add for member register 2021.05.14 --> <script src="../kimonon/js/jquery.js"></script> <script src="../kimonon/js/jquery-ui.js"></script> <script type="text/javascript"> function add_submit () { if($('input[type=checkbox]:checked').length!=0){ $('.button.disable > a.submit_button').css('display','none'); $('.button.red > a.submit').css('display','inherit'); } else{ $('.button.disable > a.submit_button').css('display','inherit'); $('.button.red > a.submit').css('display','none'); } } $(document).ready(function () { add_submit (); }); </script> <!-- /// end 2021.05.14 -->', 'scripts_for_layout' => '<meta name="keywords" content="MERCUBE|新規会員登録" /><meta name="description" content="MERCUBE|新規会員登録" /><link rel="stylesheet" type="text/css" href="/kimonon/css/regist.css?1737692302" />' ) $title_for_layout = 'MERCUBE|新規会員登録' $arrData = array( 'Member' => array( 'password' => '*****', 'id' => null, 'type' => '0', 'user_id' => null, 'name' => null, 'name_kana' => null, 'company' => null, 'department' => null, 'postcode' => null, 'address' => null, 'phone' => null, 'gender' => 'male', 'birthday' => null, 'nickname' => null, 'email' => null, 'password_hint' => null, 'corporate_name' => null, 'corporate_name_kana' => null, 'company_type' => null, 'represent_name' => null, 'represent_name_kana' => null, 'headoffice_postcode' => null, 'headoffice_address' => null, 'represent_phone' => null, 'mail_magazine' => '1', 'mailmag_flg' => '1', 'comment' => null, 'admin_message' => null, 'point' => '0', 'image_file_name' => null, 'user_rank' => 'general', 'role' => 'user', 'status' => '0', 'notification_to_saller_flag' => '1', 'purchased_to_saller_flag' => '1', 'mailmagazine_accept_flag' => '1', 'bank_name' => null, 'bank_code' => null, 'branch_name' => null, 'branch_code' => null, 'account_type' => null, 'account_no' => null, 'deposit_name' => null, 'deposit_name_kana' => null, 'user_type' => '0', 'saler_status' => '0', 'saler_image_file_name' => '', 'tmp_key' => null, 'admin_level' => null, 'created' => null, 'modified' => null, 'del_flg' => '0', 'email_confirm' => null, 'password_confirm' => null ) ) $arrTagList = array( (int) 0 => 'キッズ遊具', (int) 1 => 'プライズ機', (int) 2 => 'ふわふわ', (int) 3 => 'プライズ', (int) 4 => 'エレメカゲームマシン', (int) 5 => 'ガンシューティングゲーム', (int) 6 => 'カットフルーツ', (int) 7 => 'キッズ', (int) 8 => 'ポニーサイクル', (int) 9 => '乗り物' ) $arrPickUp = array( (int) 0 => array( 'Item' => array( 'password' => '*****', 'id' => '269', 'member_id' => '130', 'title' => '【SGB専用】送料', 'price' => '20000', 'fee' => null, 'category' => 'キッズ', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => '【SGB専用】送料', 'message' => null, 'biko' => '【SGB専用】送料', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '1', 'maker' => '25', 'medalsize' => '2', 'width' => '', 'height' => '', 'range' => '', 'weight' => '', 'powerusage' => '', 'actioncheck' => '0', 'isguid' => '0', 'trouble' => '', 'conveycharge' => '1', 'conveysource' => '埼玉県', 'conveyduration' => '3', 'conveymode' => '【SGB専用】送料', 'status' => '2', 'tag1' => '', 'tag2' => '', 'tag3' => '', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1692579067_mv_1ExSi.jpg', 'sub_image1_file_name' => '1692579076_r9EPcL6p.jpg', 'sub_image2_file_name' => '', 'sub_image3_file_name' => '', 'sub_image4_file_name' => '', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '1', 'quantity' => '0', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2023-08-21 09:54:08', 'modified' => '2023-08-21 09:54:08' ), 'Member' => array( 'name' => '齋藤覚', 'company' => '株式会社ウッドストック', 'nickname' => 's-s' ) ), (int) 1 => array( 'Item' => array( 'password' => '*****', 'id' => '275', 'member_id' => '288', 'title' => 'テスト商品', 'price' => '1000', 'fee' => null, 'category' => 'アーケード', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => 'テスト商品', 'message' => null, 'biko' => 'テスト商品', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '0', 'maker' => '0', 'medalsize' => '0', 'width' => '', 'height' => '', 'range' => '', 'weight' => '', 'powerusage' => '', 'actioncheck' => '0', 'isguid' => '0', 'trouble' => '', 'conveycharge' => '0', 'conveysource' => '北海道', 'conveyduration' => '0', 'conveymode' => 'テスト商品', 'status' => '0', 'tag1' => '', 'tag2' => '', 'tag3' => '', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1739496930_5xpygtsC.jpg', 'sub_image1_file_name' => '1739496987_jb1DKkA0.jpg', 'sub_image2_file_name' => '', 'sub_image3_file_name' => '', 'sub_image4_file_name' => '', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '1', 'quantity' => '99', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2025-02-14 10:36:51', 'modified' => '2025-02-14 10:36:51' ), 'Member' => array( 'name' => 'テストユーザー 本名', 'company' => 'テスト会社', 'nickname' => 'テストユーザー' ) ), (int) 2 => array( 'Item' => array( 'password' => '*****', 'id' => '138', 'member_id' => '130', 'title' => 'ファンタジーワールド', 'price' => '168000', 'fee' => null, 'category' => 'プライズ', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => '今大人気のプッシャーユニットがついた景品機。 【プッシャーユニット】とは、 メダルゲーム機などで見かける『前後または左右に動いてメダルを落とそうとしている土台のようなもの』です。 簡単に言うと、景品が押されて もしかしたら【一度にたくさん取れちゃう】かもしれない仕掛けの事なのです。 一度にたくさんとれたら・・・お客様はもう一度・もう一度っとなりますよね。 しかも、UFOキャッチャーとは異なり【3本のツメ】で景品をガッチリつかむ事もできますので、リピート率は抜群です。 (ファンアップHPより引用)', 'message' => '', 'biko' => '多少のキズあり ※まずは購入前にメッセージでご連絡ください※', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '0', 'maker' => '43', 'medalsize' => '3', 'width' => '785', 'height' => '2200', 'range' => '895', 'weight' => '145', 'powerusage' => '350', 'actioncheck' => '0', 'isguid' => '0', 'trouble' => '', 'conveycharge' => '1', 'conveysource' => '茨城県', 'conveyduration' => '3', 'conveymode' => '混載便', 'status' => '3', 'tag1' => 'ファンタジーワールド', 'tag2' => 'プッシャーユニット', 'tag3' => 'プライズ機', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1633335725_E1YUYdpD.jpg', 'sub_image1_file_name' => '1633335727_KzHMj9ZF.jpg', 'sub_image2_file_name' => '', 'sub_image3_file_name' => '', 'sub_image4_file_name' => '', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '8', 'quantity' => '0', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2021-07-27 11:43:49', 'modified' => '2021-10-04 17:23:35' ), 'Member' => array( 'name' => '齋藤覚', 'company' => '株式会社ウッドストック', 'nickname' => 's-s' ) ), (int) 3 => array( 'Item' => array( 'password' => '*****', 'id' => '161', 'member_id' => '116', 'title' => 'ラッキークレーンDX【引取限定】', 'price' => '49800', 'fee' => null, 'category' => 'プライズ', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => 'マニア必見!クレーンゲーム界の大ベテラン! 見下ろし型の3本爪のクレーンゲーム機(プライズ機)です。 中古品になります。 ※ステッカー張替え済み。', 'message' => null, 'biko' => '・中古品、各動作は確認済みです。 ・メンテ無し保証なしの現状渡しになります。 ・経年劣化等ある場合がありますがあらかじめご理解ください。 ・海外の発送は対応していません。 ・その他ご不明な点は購入前にお問い合わせ下さい。 ※まずは購入前にメッセージにてご連絡ください※ 「出品者に質問をする」または「販売者にこの商品についてメッセージを送る」からお気軽にメッセージ下さい。', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '0', 'maker' => '33', 'medalsize' => '3', 'width' => '665', 'height' => '905', 'range' => '1170', 'weight' => '85', 'powerusage' => '130', 'actioncheck' => '0', 'isguid' => '1', 'trouble' => '5', 'conveycharge' => '1', 'conveysource' => '福岡県', 'conveyduration' => '2', 'conveymode' => '福岡県福岡市まで引き取りに来れる方限定です。 発送をご希望の場合は、購入者様にて配送業者を手配して下さい。', 'status' => '4', 'tag1' => 'プライズ', 'tag2' => '', 'tag3' => '', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1627372142_299Z7obT.jpg', 'sub_image1_file_name' => '1627372181_3NJdDnGr.jpg', 'sub_image2_file_name' => '1627372184_QPyJQhTQ.jpg', 'sub_image3_file_name' => '1627372175_vozPPtDf.jpg', 'sub_image4_file_name' => '1627372172_qTdGety1.jpg', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '4', 'quantity' => '0', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2021-07-27 16:54:20', 'modified' => '2021-12-13 15:25:22' ), 'Member' => array( 'name' => '中里華穂', 'company' => '株式会社マインズ', 'nickname' => '★m★' ) ), (int) 4 => array( 'Item' => array( 'password' => '*****', 'id' => '165', 'member_id' => '130', 'title' => 'スウィートランドミニ', 'price' => '89000', 'fee' => null, 'category' => 'プライズ', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => 'ゲーム業界を代表するプライズゲーム「スウィートランド」のミニサイズで、大きさはスウィートランドの約3分の1で一人用。 遊び方は「スウィートランド」と同じく、ボタンでアーム操作を行い景品を掬い上げ、景品をゲットする。', 'message' => null, 'biko' => '多少のキズあり ※まずは購入前にメッセージにてご連絡ください※', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '0', 'maker' => '25', 'medalsize' => '3', 'width' => '', 'height' => '', 'range' => '', 'weight' => '', 'powerusage' => '', 'actioncheck' => '0', 'isguid' => '0', 'trouble' => '', 'conveycharge' => '1', 'conveysource' => '茨城県', 'conveyduration' => '3', 'conveymode' => 'ヤマト便', 'status' => '3', 'tag1' => 'スウィートランドミニ', 'tag2' => 'スウィートランドシリーズ', 'tag3' => '', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1633508722_HXPf5MA6.jpg', 'sub_image1_file_name' => '1633508725_FJy0ynbg.jpg', 'sub_image2_file_name' => '', 'sub_image3_file_name' => '', 'sub_image4_file_name' => '', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '8', 'quantity' => '0', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2021-07-27 17:20:59', 'modified' => '2021-10-06 17:25:33' ), 'Member' => array( 'name' => '齋藤覚', 'company' => '株式会社ウッドストック', 'nickname' => 's-s' ) ) ) $user_role = null $loginname = null $login_member_id = null $isMobile = false $search_keyword = 'キーワードで探す' $arrMasterData = array() $root_url = 'https://mercube.imaxy.jp/' $content_for_layout = ' <div class="common crumbs"> <ul><li class="first"><a href="/">ホーム</a></li><li class="last">新規会員登録</li></ul> </div> <div id="Regist"> <h2>会員情報入力</h2> <form action="/member_regist/member_form" class="form-horizontal" role="form" id="MemberMemberFormForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <input type="hidden" name="data[Member][agree]" id="MemberAgree"/> <input type="hidden" name="data[Member][role]" value="user" id="MemberRole"/> <div class="input"> <!-- ///change for member register 2021.05.13 --> <!-- 【登録者情報】 --> <dl> <dt class="memberInfo"> <span>登録者情報</span> </dt> </dl> <dl> <dt>会員種類<span class="required">必須</span></dt> <dd> <input type="radio" name="data[Member][type]" id="MemberType0" class="ml10 mr05" value="0" checked="checked" />法人<input type="radio" name="data[Member][type]" id="MemberType1" class="ml10 mr05" value="1" />個人 </dd> </dl> <dl> <dt>会社名・事業所名</dt> <dd> <input name="data[Member][company]" size="50" class="common input" type="text" id="MemberCompany"/> </dd> </dl> <dl> <dt>部署名</dt> <dd> <input name="data[Member][department]" size="50" class="common input" type="text" id="MemberDepartment"/> </dd> </dl> <dl> <dt>郵便番号(半角数字、ハイフンあり)<span class="required">必須</span></dt> <dd> <input name="data[Member][postcode]" size="50" class="common input" type="text" id="MemberPostcode" required="required"/> </dd> </dl> <dl> <dt>住所<span class="required">必須</span></dt> <dd> <input name="data[Member][address]" size="50" class="common input" type="text" id="MemberAddress" required="required"/> </dd> </dl> <dl> <dt>氏名<span class="required">必須</span></dt> <dd> <input name="data[Member][name]" size="50" class="common input" type="text" id="MemberName" required="required"/> </dd> </dl> <dl> <dt>氏名(全角フリガナ) <span class="required">必須</span></dt> <dd> <input name="data[Member][name_kana]" size="50" class="common input" type="text" id="MemberNameKana" required="required"/> </dd> </dl> <!-- <dl> <dt>郵便番号<span class="required">必須</span></dt> <dd> <input name="data[Member][postcode]" size="50" class="common input" type="text" id="MemberPostcode" required="required"/> </dd> </dl> --> <dl> <dt>電話番号(半角数字、ハイフンあり)<span class="required">必須</span></dt> <dd> <input name="data[Member][phone]" size="50" class="common input" type="text" id="MemberPhone" required="required"/> </dd> </dl> <dl> <dt>性別<span class="required">必須</span></dt> <dd> <input type="radio" name="data[Member][gender]" id="MemberGenderMale" class="ml10 mr05" value="male" required="required" checked="checked" />男性<input type="radio" name="data[Member][gender]" id="MemberGenderFemale" class="ml10 mr05" value="female" required="required" />女性 </dd> </dl> <dl> <dt>生年月日<span class="required">必須</span></dt> <dd class="birthday"> <select name="data[Member][birthday][year]" class="common select" id="MemberBirthdayYear" required="required"> <option value=""></option> <option value="2015">2015</option> <option value="2014">2014</option> <option value="2013">2013</option> <option value="2012">2012</option> <option value="2011">2011</option> <option value="2010">2010</option> <option value="2009">2009</option> <option value="2008">2008</option> <option value="2007">2007</option> <option value="2006">2006</option> <option value="2005" selected="selected">2005</option> <option value="2004">2004</option> <option value="2003">2003</option> <option value="2002">2002</option> <option value="2001">2001</option> <option value="2000">2000</option> <option value="1999">1999</option> <option value="1998">1998</option> <option value="1997">1997</option> <option value="1996">1996</option> <option value="1995">1995</option> <option value="1994">1994</option> <option value="1993">1993</option> <option value="1992">1992</option> <option value="1991">1991</option> <option value="1990">1990</option> <option value="1989">1989</option> <option value="1988">1988</option> <option value="1987">1987</option> <option value="1986">1986</option> <option value="1985">1985</option> <option value="1984">1984</option> <option value="1983">1983</option> <option value="1982">1982</option> <option value="1981">1981</option> <option value="1980">1980</option> <option value="1979">1979</option> <option value="1978">1978</option> <option value="1977">1977</option> <option value="1976">1976</option> <option value="1975">1975</option> <option value="1974">1974</option> <option value="1973">1973</option> <option value="1972">1972</option> <option value="1971">1971</option> <option value="1970">1970</option> <option value="1969">1969</option> <option value="1968">1968</option> <option value="1967">1967</option> <option value="1966">1966</option> <option value="1965">1965</option> </select><span class="separator">年</span><select name="data[Member][birthday][month]" class="common select" id="MemberBirthdayMonth" required="required"> <option value=""></option> <option value="01" selected="selected">01</option> <option value="02">02</option> <option value="03">03</option> <option value="04">04</option> <option value="05">05</option> <option value="06">06</option> <option value="07">07</option> <option value="08">08</option> <option value="09">09</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> </select><span class="separator">月</span><select name="data[Member][birthday][day]" class="common select" id="MemberBirthdayDay" required="required"> <option value=""></option> <option value="01" selected="selected">1</option> <option value="02">2</option> <option value="03">3</option> <option value="04">4</option> <option value="05">5</option> <option value="06">6</option> <option value="07">7</option> <option value="08">8</option> <option value="09">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </select><span class="separator">日</span> </dd> </dl> <dl> <dt>ニックネーム<span class="required">必須</span></dt> <dd> <input name="data[Member][nickname]" size="50" class="common input" type="text" id="MemberNickname" required="required"/> </dd> <dt><span class="note">個人情報が特定されないような名前を付けてください。</span></dt> </dl> <dl> <dt>メールアドレス(半角英数字)<span class="required">必須</span></dt> <dd> <input name="data[Member][email]" size="50" class="common input" type="text" id="MemberEmail" required="required"/> </dd> <dt><span class="note">例)○○○@yahoo.co.jp<br> メールアドレスに誤りがありますと、メールが届きません。<br> 今一度ご確認ください。</span></dt> </dl> <dl> <dt>メールアドレス確認(半角英数字)<span class="required">必須</span></dt> <dd> <input name="data[Member][email_confirm]" size="50" class="common input" type="text" id="MemberEmailConfirm"/> </dd> </dl> <dl> <dt>パスワード(半角英数記号)<span class="required">必須</span></dt> <dd> <input name="data[Member][password]" size="50" class="common input" type="password" id="MemberPassword" required="required"/> </dd> </dl> <dl> <dt>パスワード確認(半角英数記号)<span class="required">必須</span></dt> <dd> <input name="data[Member][password_confirm]" size="50" class="common input" type="password" id="MemberPasswordConfirm"/> </dd> </dl> <dl> <dt>パスワードのヒント</dt> <dd> <input name="data[Member][password_hint]" size="50" class="common input" type="text" id="MemberPasswordHint"/> </dd> </dl> <dl> <dt class="memberInfo"> <span>メルマガ</span> </dt> </dl> <dl> <dd> <input type="radio" name="data[Member][mail_magazine]" id="MemberMailMagazine1" class="ml10 mr05 optionspace" value="1" checked="checked" /><label for="MemberMailMagazine1">受け取る</label><input type="radio" name="data[Member][mail_magazine]" id="MemberMailMagazine0" class="ml10 mr05 optionspace" value="0" /><label for="MemberMailMagazine0">受け取らない</label> <span class="required needword">必須</span> </dd> <dt><span class="note">メールマガジンをご購読いただくと最新情報や限定企画など<br> お得な情報をお届けします!<br> この機会にぜひご登録ください。</span></dt> </dl> </div> <div class="common agreement_button"> <label> <div> <input name="data[agreement]" type="checkbox" onclick="add_submit();"> <span class="agreeChecked"></span> <a class="agreetitle" href="/aboutus/userrule">AMIMA利用規約</a>に同意する </div> </label> </div> <div class="common button disable"> <a class="submit_button">確認ページへ</a> </div> <div class="common button red"> <a class="submit" href="javascript:;">確認ページへ</a> </div> <!-- /// end 2021.05.13 --> </form></div> <!-- /// add for member register 2021.05.14 --> <script src="../kimonon/js/jquery.js"></script> <script src="../kimonon/js/jquery-ui.js"></script> <script type="text/javascript"> function add_submit () { if($('input[type=checkbox]:checked').length!=0){ $('.button.disable > a.submit_button').css('display','none'); $('.button.red > a.submit').css('display','inherit'); } else{ $('.button.disable > a.submit_button').css('display','inherit'); $('.button.red > a.submit').css('display','none'); } } $(document).ready(function () { add_submit (); }); </script> <!-- /// end 2021.05.14 -->' $scripts_for_layout = '<meta name="keywords" content="MERCUBE|新規会員登録" /><meta name="description" content="MERCUBE|新規会員登録" /><link rel="stylesheet" type="text/css" href="/kimonon/css/regist.css?1737692302" />'include - APP/View/Layouts/kimonon.html, line 123 View::_evaluate() - CORE/Cake/View/View.php, line 934 View::_render() - CORE/Cake/View/View.php, line 896 View::renderLayout() - CORE/Cake/View/View.php, line 528 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 954 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160 [main] - /home/oomaekunccb/imaxy.jp/public_html/mercube.imaxy.jp/index.php, line 111
Warning (2): Invalid argument supplied for foreach() [APP/View/Layouts/kimonon.html, line 123]Code Context<div class="inner closed">
<ul class="main">
<?php foreach ($dspCategories as $key => $val): ?>
$viewFile = '/home/oomaekunccb/imaxy.jp/public_html/sys_mercube/app/View/Layouts/kimonon.html' $dataForView = array( 'title_for_layout' => 'MERCUBE|新規会員登録', 'arrData' => array( 'Member' => array( 'password' => '*****', 'id' => null, 'type' => '0', 'user_id' => null, 'name' => null, 'name_kana' => null, 'company' => null, 'department' => null, 'postcode' => null, 'address' => null, 'phone' => null, 'gender' => 'male', 'birthday' => null, 'nickname' => null, 'email' => null, 'password_hint' => null, 'corporate_name' => null, 'corporate_name_kana' => null, 'company_type' => null, 'represent_name' => null, 'represent_name_kana' => null, 'headoffice_postcode' => null, 'headoffice_address' => null, 'represent_phone' => null, 'mail_magazine' => '1', 'mailmag_flg' => '1', 'comment' => null, 'admin_message' => null, 'point' => '0', 'image_file_name' => null, 'user_rank' => 'general', 'role' => 'user', 'status' => '0', 'notification_to_saller_flag' => '1', 'purchased_to_saller_flag' => '1', 'mailmagazine_accept_flag' => '1', 'bank_name' => null, 'bank_code' => null, 'branch_name' => null, 'branch_code' => null, 'account_type' => null, 'account_no' => null, 'deposit_name' => null, 'deposit_name_kana' => null, 'user_type' => '0', 'saler_status' => '0', 'saler_image_file_name' => '', 'tmp_key' => null, 'admin_level' => null, 'created' => null, 'modified' => null, 'del_flg' => '0', 'email_confirm' => null, 'password_confirm' => null ) ), 'arrTagList' => array( (int) 0 => 'キッズ遊具', (int) 1 => 'プライズ機', (int) 2 => 'ふわふわ', (int) 3 => 'プライズ', (int) 4 => 'エレメカゲームマシン', (int) 5 => 'ガンシューティングゲーム', (int) 6 => 'カットフルーツ', (int) 7 => 'キッズ', (int) 8 => 'ポニーサイクル', (int) 9 => '乗り物' ), 'arrPickUp' => array( (int) 0 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ), (int) 1 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ), (int) 2 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ), (int) 3 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ), (int) 4 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ) ), 'user_role' => null, 'loginname' => null, 'login_member_id' => null, 'isMobile' => false, 'search_keyword' => 'キーワードで探す', 'arrMasterData' => array(), 'root_url' => 'https://mercube.imaxy.jp/', 'content_for_layout' => ' <div class="common crumbs"> <ul><li class="first"><a href="/">ホーム</a></li><li class="last">新規会員登録</li></ul> </div> <div id="Regist"> <h2>会員情報入力</h2> <form action="/member_regist/member_form" class="form-horizontal" role="form" id="MemberMemberFormForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <input type="hidden" name="data[Member][agree]" id="MemberAgree"/> <input type="hidden" name="data[Member][role]" value="user" id="MemberRole"/> <div class="input"> <!-- ///change for member register 2021.05.13 --> <!-- 【登録者情報】 --> <dl> <dt class="memberInfo"> <span>登録者情報</span> </dt> </dl> <dl> <dt>会員種類<span class="required">必須</span></dt> <dd> <input type="radio" name="data[Member][type]" id="MemberType0" class="ml10 mr05" value="0" checked="checked" />法人<input type="radio" name="data[Member][type]" id="MemberType1" class="ml10 mr05" value="1" />個人 </dd> </dl> <dl> <dt>会社名・事業所名</dt> <dd> <input name="data[Member][company]" size="50" class="common input" type="text" id="MemberCompany"/> </dd> </dl> <dl> <dt>部署名</dt> <dd> <input name="data[Member][department]" size="50" class="common input" type="text" id="MemberDepartment"/> </dd> </dl> <dl> <dt>郵便番号(半角数字、ハイフンあり)<span class="required">必須</span></dt> <dd> <input name="data[Member][postcode]" size="50" class="common input" type="text" id="MemberPostcode" required="required"/> </dd> </dl> <dl> <dt>住所<span class="required">必須</span></dt> <dd> <input name="data[Member][address]" size="50" class="common input" type="text" id="MemberAddress" required="required"/> </dd> </dl> <dl> <dt>氏名<span class="required">必須</span></dt> <dd> <input name="data[Member][name]" size="50" class="common input" type="text" id="MemberName" required="required"/> </dd> </dl> <dl> <dt>氏名(全角フリガナ) <span class="required">必須</span></dt> <dd> <input name="data[Member][name_kana]" size="50" class="common input" type="text" id="MemberNameKana" required="required"/> </dd> </dl> <!-- <dl> <dt>郵便番号<span class="required">必須</span></dt> <dd> <input name="data[Member][postcode]" size="50" class="common input" type="text" id="MemberPostcode" required="required"/> </dd> </dl> --> <dl> <dt>電話番号(半角数字、ハイフンあり)<span class="required">必須</span></dt> <dd> <input name="data[Member][phone]" size="50" class="common input" type="text" id="MemberPhone" required="required"/> </dd> </dl> <dl> <dt>性別<span class="required">必須</span></dt> <dd> <input type="radio" name="data[Member][gender]" id="MemberGenderMale" class="ml10 mr05" value="male" required="required" checked="checked" />男性<input type="radio" name="data[Member][gender]" id="MemberGenderFemale" class="ml10 mr05" value="female" required="required" />女性 </dd> </dl> <dl> <dt>生年月日<span class="required">必須</span></dt> <dd class="birthday"> <select name="data[Member][birthday][year]" class="common select" id="MemberBirthdayYear" required="required"> <option value=""></option> <option value="2015">2015</option> <option value="2014">2014</option> <option value="2013">2013</option> <option value="2012">2012</option> <option value="2011">2011</option> <option value="2010">2010</option> <option value="2009">2009</option> <option value="2008">2008</option> <option value="2007">2007</option> <option value="2006">2006</option> <option value="2005" selected="selected">2005</option> <option value="2004">2004</option> <option value="2003">2003</option> <option value="2002">2002</option> <option value="2001">2001</option> <option value="2000">2000</option> <option value="1999">1999</option> <option value="1998">1998</option> <option value="1997">1997</option> <option value="1996">1996</option> <option value="1995">1995</option> <option value="1994">1994</option> <option value="1993">1993</option> <option value="1992">1992</option> <option value="1991">1991</option> <option value="1990">1990</option> <option value="1989">1989</option> <option value="1988">1988</option> <option value="1987">1987</option> <option value="1986">1986</option> <option value="1985">1985</option> <option value="1984">1984</option> <option value="1983">1983</option> <option value="1982">1982</option> <option value="1981">1981</option> <option value="1980">1980</option> <option value="1979">1979</option> <option value="1978">1978</option> <option value="1977">1977</option> <option value="1976">1976</option> <option value="1975">1975</option> <option value="1974">1974</option> <option value="1973">1973</option> <option value="1972">1972</option> <option value="1971">1971</option> <option value="1970">1970</option> <option value="1969">1969</option> <option value="1968">1968</option> <option value="1967">1967</option> <option value="1966">1966</option> <option value="1965">1965</option> </select><span class="separator">年</span><select name="data[Member][birthday][month]" class="common select" id="MemberBirthdayMonth" required="required"> <option value=""></option> <option value="01" selected="selected">01</option> <option value="02">02</option> <option value="03">03</option> <option value="04">04</option> <option value="05">05</option> <option value="06">06</option> <option value="07">07</option> <option value="08">08</option> <option value="09">09</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> </select><span class="separator">月</span><select name="data[Member][birthday][day]" class="common select" id="MemberBirthdayDay" required="required"> <option value=""></option> <option value="01" selected="selected">1</option> <option value="02">2</option> <option value="03">3</option> <option value="04">4</option> <option value="05">5</option> <option value="06">6</option> <option value="07">7</option> <option value="08">8</option> <option value="09">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </select><span class="separator">日</span> </dd> </dl> <dl> <dt>ニックネーム<span class="required">必須</span></dt> <dd> <input name="data[Member][nickname]" size="50" class="common input" type="text" id="MemberNickname" required="required"/> </dd> <dt><span class="note">個人情報が特定されないような名前を付けてください。</span></dt> </dl> <dl> <dt>メールアドレス(半角英数字)<span class="required">必須</span></dt> <dd> <input name="data[Member][email]" size="50" class="common input" type="text" id="MemberEmail" required="required"/> </dd> <dt><span class="note">例)○○○@yahoo.co.jp<br> メールアドレスに誤りがありますと、メールが届きません。<br> 今一度ご確認ください。</span></dt> </dl> <dl> <dt>メールアドレス確認(半角英数字)<span class="required">必須</span></dt> <dd> <input name="data[Member][email_confirm]" size="50" class="common input" type="text" id="MemberEmailConfirm"/> </dd> </dl> <dl> <dt>パスワード(半角英数記号)<span class="required">必須</span></dt> <dd> <input name="data[Member][password]" size="50" class="common input" type="password" id="MemberPassword" required="required"/> </dd> </dl> <dl> <dt>パスワード確認(半角英数記号)<span class="required">必須</span></dt> <dd> <input name="data[Member][password_confirm]" size="50" class="common input" type="password" id="MemberPasswordConfirm"/> </dd> </dl> <dl> <dt>パスワードのヒント</dt> <dd> <input name="data[Member][password_hint]" size="50" class="common input" type="text" id="MemberPasswordHint"/> </dd> </dl> <dl> <dt class="memberInfo"> <span>メルマガ</span> </dt> </dl> <dl> <dd> <input type="radio" name="data[Member][mail_magazine]" id="MemberMailMagazine1" class="ml10 mr05 optionspace" value="1" checked="checked" /><label for="MemberMailMagazine1">受け取る</label><input type="radio" name="data[Member][mail_magazine]" id="MemberMailMagazine0" class="ml10 mr05 optionspace" value="0" /><label for="MemberMailMagazine0">受け取らない</label> <span class="required needword">必須</span> </dd> <dt><span class="note">メールマガジンをご購読いただくと最新情報や限定企画など<br> お得な情報をお届けします!<br> この機会にぜひご登録ください。</span></dt> </dl> </div> <div class="common agreement_button"> <label> <div> <input name="data[agreement]" type="checkbox" onclick="add_submit();"> <span class="agreeChecked"></span> <a class="agreetitle" href="/aboutus/userrule">AMIMA利用規約</a>に同意する </div> </label> </div> <div class="common button disable"> <a class="submit_button">確認ページへ</a> </div> <div class="common button red"> <a class="submit" href="javascript:;">確認ページへ</a> </div> <!-- /// end 2021.05.13 --> </form></div> <!-- /// add for member register 2021.05.14 --> <script src="../kimonon/js/jquery.js"></script> <script src="../kimonon/js/jquery-ui.js"></script> <script type="text/javascript"> function add_submit () { if($('input[type=checkbox]:checked').length!=0){ $('.button.disable > a.submit_button').css('display','none'); $('.button.red > a.submit').css('display','inherit'); } else{ $('.button.disable > a.submit_button').css('display','inherit'); $('.button.red > a.submit').css('display','none'); } } $(document).ready(function () { add_submit (); }); </script> <!-- /// end 2021.05.14 -->', 'scripts_for_layout' => '<meta name="keywords" content="MERCUBE|新規会員登録" /><meta name="description" content="MERCUBE|新規会員登録" /><link rel="stylesheet" type="text/css" href="/kimonon/css/regist.css?1737692302" />' ) $title_for_layout = 'MERCUBE|新規会員登録' $arrData = array( 'Member' => array( 'password' => '*****', 'id' => null, 'type' => '0', 'user_id' => null, 'name' => null, 'name_kana' => null, 'company' => null, 'department' => null, 'postcode' => null, 'address' => null, 'phone' => null, 'gender' => 'male', 'birthday' => null, 'nickname' => null, 'email' => null, 'password_hint' => null, 'corporate_name' => null, 'corporate_name_kana' => null, 'company_type' => null, 'represent_name' => null, 'represent_name_kana' => null, 'headoffice_postcode' => null, 'headoffice_address' => null, 'represent_phone' => null, 'mail_magazine' => '1', 'mailmag_flg' => '1', 'comment' => null, 'admin_message' => null, 'point' => '0', 'image_file_name' => null, 'user_rank' => 'general', 'role' => 'user', 'status' => '0', 'notification_to_saller_flag' => '1', 'purchased_to_saller_flag' => '1', 'mailmagazine_accept_flag' => '1', 'bank_name' => null, 'bank_code' => null, 'branch_name' => null, 'branch_code' => null, 'account_type' => null, 'account_no' => null, 'deposit_name' => null, 'deposit_name_kana' => null, 'user_type' => '0', 'saler_status' => '0', 'saler_image_file_name' => '', 'tmp_key' => null, 'admin_level' => null, 'created' => null, 'modified' => null, 'del_flg' => '0', 'email_confirm' => null, 'password_confirm' => null ) ) $arrTagList = array( (int) 0 => 'キッズ遊具', (int) 1 => 'プライズ機', (int) 2 => 'ふわふわ', (int) 3 => 'プライズ', (int) 4 => 'エレメカゲームマシン', (int) 5 => 'ガンシューティングゲーム', (int) 6 => 'カットフルーツ', (int) 7 => 'キッズ', (int) 8 => 'ポニーサイクル', (int) 9 => '乗り物' ) $arrPickUp = array( (int) 0 => array( 'Item' => array( 'password' => '*****', 'id' => '269', 'member_id' => '130', 'title' => '【SGB専用】送料', 'price' => '20000', 'fee' => null, 'category' => 'キッズ', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => '【SGB専用】送料', 'message' => null, 'biko' => '【SGB専用】送料', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '1', 'maker' => '25', 'medalsize' => '2', 'width' => '', 'height' => '', 'range' => '', 'weight' => '', 'powerusage' => '', 'actioncheck' => '0', 'isguid' => '0', 'trouble' => '', 'conveycharge' => '1', 'conveysource' => '埼玉県', 'conveyduration' => '3', 'conveymode' => '【SGB専用】送料', 'status' => '2', 'tag1' => '', 'tag2' => '', 'tag3' => '', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1692579067_mv_1ExSi.jpg', 'sub_image1_file_name' => '1692579076_r9EPcL6p.jpg', 'sub_image2_file_name' => '', 'sub_image3_file_name' => '', 'sub_image4_file_name' => '', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '1', 'quantity' => '0', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2023-08-21 09:54:08', 'modified' => '2023-08-21 09:54:08' ), 'Member' => array( 'name' => '齋藤覚', 'company' => '株式会社ウッドストック', 'nickname' => 's-s' ) ), (int) 1 => array( 'Item' => array( 'password' => '*****', 'id' => '275', 'member_id' => '288', 'title' => 'テスト商品', 'price' => '1000', 'fee' => null, 'category' => 'アーケード', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => 'テスト商品', 'message' => null, 'biko' => 'テスト商品', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '0', 'maker' => '0', 'medalsize' => '0', 'width' => '', 'height' => '', 'range' => '', 'weight' => '', 'powerusage' => '', 'actioncheck' => '0', 'isguid' => '0', 'trouble' => '', 'conveycharge' => '0', 'conveysource' => '北海道', 'conveyduration' => '0', 'conveymode' => 'テスト商品', 'status' => '0', 'tag1' => '', 'tag2' => '', 'tag3' => '', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1739496930_5xpygtsC.jpg', 'sub_image1_file_name' => '1739496987_jb1DKkA0.jpg', 'sub_image2_file_name' => '', 'sub_image3_file_name' => '', 'sub_image4_file_name' => '', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '1', 'quantity' => '99', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2025-02-14 10:36:51', 'modified' => '2025-02-14 10:36:51' ), 'Member' => array( 'name' => 'テストユーザー 本名', 'company' => 'テスト会社', 'nickname' => 'テストユーザー' ) ), (int) 2 => array( 'Item' => array( 'password' => '*****', 'id' => '138', 'member_id' => '130', 'title' => 'ファンタジーワールド', 'price' => '168000', 'fee' => null, 'category' => 'プライズ', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => '今大人気のプッシャーユニットがついた景品機。 【プッシャーユニット】とは、 メダルゲーム機などで見かける『前後または左右に動いてメダルを落とそうとしている土台のようなもの』です。 簡単に言うと、景品が押されて もしかしたら【一度にたくさん取れちゃう】かもしれない仕掛けの事なのです。 一度にたくさんとれたら・・・お客様はもう一度・もう一度っとなりますよね。 しかも、UFOキャッチャーとは異なり【3本のツメ】で景品をガッチリつかむ事もできますので、リピート率は抜群です。 (ファンアップHPより引用)', 'message' => '', 'biko' => '多少のキズあり ※まずは購入前にメッセージでご連絡ください※', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '0', 'maker' => '43', 'medalsize' => '3', 'width' => '785', 'height' => '2200', 'range' => '895', 'weight' => '145', 'powerusage' => '350', 'actioncheck' => '0', 'isguid' => '0', 'trouble' => '', 'conveycharge' => '1', 'conveysource' => '茨城県', 'conveyduration' => '3', 'conveymode' => '混載便', 'status' => '3', 'tag1' => 'ファンタジーワールド', 'tag2' => 'プッシャーユニット', 'tag3' => 'プライズ機', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1633335725_E1YUYdpD.jpg', 'sub_image1_file_name' => '1633335727_KzHMj9ZF.jpg', 'sub_image2_file_name' => '', 'sub_image3_file_name' => '', 'sub_image4_file_name' => '', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '8', 'quantity' => '0', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2021-07-27 11:43:49', 'modified' => '2021-10-04 17:23:35' ), 'Member' => array( 'name' => '齋藤覚', 'company' => '株式会社ウッドストック', 'nickname' => 's-s' ) ), (int) 3 => array( 'Item' => array( 'password' => '*****', 'id' => '161', 'member_id' => '116', 'title' => 'ラッキークレーンDX【引取限定】', 'price' => '49800', 'fee' => null, 'category' => 'プライズ', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => 'マニア必見!クレーンゲーム界の大ベテラン! 見下ろし型の3本爪のクレーンゲーム機(プライズ機)です。 中古品になります。 ※ステッカー張替え済み。', 'message' => null, 'biko' => '・中古品、各動作は確認済みです。 ・メンテ無し保証なしの現状渡しになります。 ・経年劣化等ある場合がありますがあらかじめご理解ください。 ・海外の発送は対応していません。 ・その他ご不明な点は購入前にお問い合わせ下さい。 ※まずは購入前にメッセージにてご連絡ください※ 「出品者に質問をする」または「販売者にこの商品についてメッセージを送る」からお気軽にメッセージ下さい。', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '0', 'maker' => '33', 'medalsize' => '3', 'width' => '665', 'height' => '905', 'range' => '1170', 'weight' => '85', 'powerusage' => '130', 'actioncheck' => '0', 'isguid' => '1', 'trouble' => '5', 'conveycharge' => '1', 'conveysource' => '福岡県', 'conveyduration' => '2', 'conveymode' => '福岡県福岡市まで引き取りに来れる方限定です。 発送をご希望の場合は、購入者様にて配送業者を手配して下さい。', 'status' => '4', 'tag1' => 'プライズ', 'tag2' => '', 'tag3' => '', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1627372142_299Z7obT.jpg', 'sub_image1_file_name' => '1627372181_3NJdDnGr.jpg', 'sub_image2_file_name' => '1627372184_QPyJQhTQ.jpg', 'sub_image3_file_name' => '1627372175_vozPPtDf.jpg', 'sub_image4_file_name' => '1627372172_qTdGety1.jpg', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '4', 'quantity' => '0', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2021-07-27 16:54:20', 'modified' => '2021-12-13 15:25:22' ), 'Member' => array( 'name' => '中里華穂', 'company' => '株式会社マインズ', 'nickname' => '★m★' ) ), (int) 4 => array( 'Item' => array( 'password' => '*****', 'id' => '165', 'member_id' => '130', 'title' => 'スウィートランドミニ', 'price' => '89000', 'fee' => null, 'category' => 'プライズ', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => 'ゲーム業界を代表するプライズゲーム「スウィートランド」のミニサイズで、大きさはスウィートランドの約3分の1で一人用。 遊び方は「スウィートランド」と同じく、ボタンでアーム操作を行い景品を掬い上げ、景品をゲットする。', 'message' => null, 'biko' => '多少のキズあり ※まずは購入前にメッセージにてご連絡ください※', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '0', 'maker' => '25', 'medalsize' => '3', 'width' => '', 'height' => '', 'range' => '', 'weight' => '', 'powerusage' => '', 'actioncheck' => '0', 'isguid' => '0', 'trouble' => '', 'conveycharge' => '1', 'conveysource' => '茨城県', 'conveyduration' => '3', 'conveymode' => 'ヤマト便', 'status' => '3', 'tag1' => 'スウィートランドミニ', 'tag2' => 'スウィートランドシリーズ', 'tag3' => '', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1633508722_HXPf5MA6.jpg', 'sub_image1_file_name' => '1633508725_FJy0ynbg.jpg', 'sub_image2_file_name' => '', 'sub_image3_file_name' => '', 'sub_image4_file_name' => '', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '8', 'quantity' => '0', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2021-07-27 17:20:59', 'modified' => '2021-10-06 17:25:33' ), 'Member' => array( 'name' => '齋藤覚', 'company' => '株式会社ウッドストック', 'nickname' => 's-s' ) ) ) $user_role = null $loginname = null $login_member_id = null $isMobile = false $search_keyword = 'キーワードで探す' $arrMasterData = array() $root_url = 'https://mercube.imaxy.jp/' $content_for_layout = ' <div class="common crumbs"> <ul><li class="first"><a href="/">ホーム</a></li><li class="last">新規会員登録</li></ul> </div> <div id="Regist"> <h2>会員情報入力</h2> <form action="/member_regist/member_form" class="form-horizontal" role="form" id="MemberMemberFormForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <input type="hidden" name="data[Member][agree]" id="MemberAgree"/> <input type="hidden" name="data[Member][role]" value="user" id="MemberRole"/> <div class="input"> <!-- ///change for member register 2021.05.13 --> <!-- 【登録者情報】 --> <dl> <dt class="memberInfo"> <span>登録者情報</span> </dt> </dl> <dl> <dt>会員種類<span class="required">必須</span></dt> <dd> <input type="radio" name="data[Member][type]" id="MemberType0" class="ml10 mr05" value="0" checked="checked" />法人<input type="radio" name="data[Member][type]" id="MemberType1" class="ml10 mr05" value="1" />個人 </dd> </dl> <dl> <dt>会社名・事業所名</dt> <dd> <input name="data[Member][company]" size="50" class="common input" type="text" id="MemberCompany"/> </dd> </dl> <dl> <dt>部署名</dt> <dd> <input name="data[Member][department]" size="50" class="common input" type="text" id="MemberDepartment"/> </dd> </dl> <dl> <dt>郵便番号(半角数字、ハイフンあり)<span class="required">必須</span></dt> <dd> <input name="data[Member][postcode]" size="50" class="common input" type="text" id="MemberPostcode" required="required"/> </dd> </dl> <dl> <dt>住所<span class="required">必須</span></dt> <dd> <input name="data[Member][address]" size="50" class="common input" type="text" id="MemberAddress" required="required"/> </dd> </dl> <dl> <dt>氏名<span class="required">必須</span></dt> <dd> <input name="data[Member][name]" size="50" class="common input" type="text" id="MemberName" required="required"/> </dd> </dl> <dl> <dt>氏名(全角フリガナ) <span class="required">必須</span></dt> <dd> <input name="data[Member][name_kana]" size="50" class="common input" type="text" id="MemberNameKana" required="required"/> </dd> </dl> <!-- <dl> <dt>郵便番号<span class="required">必須</span></dt> <dd> <input name="data[Member][postcode]" size="50" class="common input" type="text" id="MemberPostcode" required="required"/> </dd> </dl> --> <dl> <dt>電話番号(半角数字、ハイフンあり)<span class="required">必須</span></dt> <dd> <input name="data[Member][phone]" size="50" class="common input" type="text" id="MemberPhone" required="required"/> </dd> </dl> <dl> <dt>性別<span class="required">必須</span></dt> <dd> <input type="radio" name="data[Member][gender]" id="MemberGenderMale" class="ml10 mr05" value="male" required="required" checked="checked" />男性<input type="radio" name="data[Member][gender]" id="MemberGenderFemale" class="ml10 mr05" value="female" required="required" />女性 </dd> </dl> <dl> <dt>生年月日<span class="required">必須</span></dt> <dd class="birthday"> <select name="data[Member][birthday][year]" class="common select" id="MemberBirthdayYear" required="required"> <option value=""></option> <option value="2015">2015</option> <option value="2014">2014</option> <option value="2013">2013</option> <option value="2012">2012</option> <option value="2011">2011</option> <option value="2010">2010</option> <option value="2009">2009</option> <option value="2008">2008</option> <option value="2007">2007</option> <option value="2006">2006</option> <option value="2005" selected="selected">2005</option> <option value="2004">2004</option> <option value="2003">2003</option> <option value="2002">2002</option> <option value="2001">2001</option> <option value="2000">2000</option> <option value="1999">1999</option> <option value="1998">1998</option> <option value="1997">1997</option> <option value="1996">1996</option> <option value="1995">1995</option> <option value="1994">1994</option> <option value="1993">1993</option> <option value="1992">1992</option> <option value="1991">1991</option> <option value="1990">1990</option> <option value="1989">1989</option> <option value="1988">1988</option> <option value="1987">1987</option> <option value="1986">1986</option> <option value="1985">1985</option> <option value="1984">1984</option> <option value="1983">1983</option> <option value="1982">1982</option> <option value="1981">1981</option> <option value="1980">1980</option> <option value="1979">1979</option> <option value="1978">1978</option> <option value="1977">1977</option> <option value="1976">1976</option> <option value="1975">1975</option> <option value="1974">1974</option> <option value="1973">1973</option> <option value="1972">1972</option> <option value="1971">1971</option> <option value="1970">1970</option> <option value="1969">1969</option> <option value="1968">1968</option> <option value="1967">1967</option> <option value="1966">1966</option> <option value="1965">1965</option> </select><span class="separator">年</span><select name="data[Member][birthday][month]" class="common select" id="MemberBirthdayMonth" required="required"> <option value=""></option> <option value="01" selected="selected">01</option> <option value="02">02</option> <option value="03">03</option> <option value="04">04</option> <option value="05">05</option> <option value="06">06</option> <option value="07">07</option> <option value="08">08</option> <option value="09">09</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> </select><span class="separator">月</span><select name="data[Member][birthday][day]" class="common select" id="MemberBirthdayDay" required="required"> <option value=""></option> <option value="01" selected="selected">1</option> <option value="02">2</option> <option value="03">3</option> <option value="04">4</option> <option value="05">5</option> <option value="06">6</option> <option value="07">7</option> <option value="08">8</option> <option value="09">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </select><span class="separator">日</span> </dd> </dl> <dl> <dt>ニックネーム<span class="required">必須</span></dt> <dd> <input name="data[Member][nickname]" size="50" class="common input" type="text" id="MemberNickname" required="required"/> </dd> <dt><span class="note">個人情報が特定されないような名前を付けてください。</span></dt> </dl> <dl> <dt>メールアドレス(半角英数字)<span class="required">必須</span></dt> <dd> <input name="data[Member][email]" size="50" class="common input" type="text" id="MemberEmail" required="required"/> </dd> <dt><span class="note">例)○○○@yahoo.co.jp<br> メールアドレスに誤りがありますと、メールが届きません。<br> 今一度ご確認ください。</span></dt> </dl> <dl> <dt>メールアドレス確認(半角英数字)<span class="required">必須</span></dt> <dd> <input name="data[Member][email_confirm]" size="50" class="common input" type="text" id="MemberEmailConfirm"/> </dd> </dl> <dl> <dt>パスワード(半角英数記号)<span class="required">必須</span></dt> <dd> <input name="data[Member][password]" size="50" class="common input" type="password" id="MemberPassword" required="required"/> </dd> </dl> <dl> <dt>パスワード確認(半角英数記号)<span class="required">必須</span></dt> <dd> <input name="data[Member][password_confirm]" size="50" class="common input" type="password" id="MemberPasswordConfirm"/> </dd> </dl> <dl> <dt>パスワードのヒント</dt> <dd> <input name="data[Member][password_hint]" size="50" class="common input" type="text" id="MemberPasswordHint"/> </dd> </dl> <dl> <dt class="memberInfo"> <span>メルマガ</span> </dt> </dl> <dl> <dd> <input type="radio" name="data[Member][mail_magazine]" id="MemberMailMagazine1" class="ml10 mr05 optionspace" value="1" checked="checked" /><label for="MemberMailMagazine1">受け取る</label><input type="radio" name="data[Member][mail_magazine]" id="MemberMailMagazine0" class="ml10 mr05 optionspace" value="0" /><label for="MemberMailMagazine0">受け取らない</label> <span class="required needword">必須</span> </dd> <dt><span class="note">メールマガジンをご購読いただくと最新情報や限定企画など<br> お得な情報をお届けします!<br> この機会にぜひご登録ください。</span></dt> </dl> </div> <div class="common agreement_button"> <label> <div> <input name="data[agreement]" type="checkbox" onclick="add_submit();"> <span class="agreeChecked"></span> <a class="agreetitle" href="/aboutus/userrule">AMIMA利用規約</a>に同意する </div> </label> </div> <div class="common button disable"> <a class="submit_button">確認ページへ</a> </div> <div class="common button red"> <a class="submit" href="javascript:;">確認ページへ</a> </div> <!-- /// end 2021.05.13 --> </form></div> <!-- /// add for member register 2021.05.14 --> <script src="../kimonon/js/jquery.js"></script> <script src="../kimonon/js/jquery-ui.js"></script> <script type="text/javascript"> function add_submit () { if($('input[type=checkbox]:checked').length!=0){ $('.button.disable > a.submit_button').css('display','none'); $('.button.red > a.submit').css('display','inherit'); } else{ $('.button.disable > a.submit_button').css('display','inherit'); $('.button.red > a.submit').css('display','none'); } } $(document).ready(function () { add_submit (); }); </script> <!-- /// end 2021.05.14 -->' $scripts_for_layout = '<meta name="keywords" content="MERCUBE|新規会員登録" /><meta name="description" content="MERCUBE|新規会員登録" /><link rel="stylesheet" type="text/css" href="/kimonon/css/regist.css?1737692302" />'include - APP/View/Layouts/kimonon.html, line 123 View::_evaluate() - CORE/Cake/View/View.php, line 934 View::_render() - CORE/Cake/View/View.php, line 896 View::renderLayout() - CORE/Cake/View/View.php, line 528 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 954 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160 [main] - /home/oomaekunccb/imaxy.jp/public_html/mercube.imaxy.jp/index.php, line 111
Notice (8): Undefined variable: dspCategories [APP/View/Layouts/kimonon.html, line 153]Code Context<div class="list categories" style="display: none; visibility: visible;">
<div class="grid">
<?php foreach ($dspCategories as $key => $categories): ?>
$viewFile = '/home/oomaekunccb/imaxy.jp/public_html/sys_mercube/app/View/Layouts/kimonon.html' $dataForView = array( 'title_for_layout' => 'MERCUBE|新規会員登録', 'arrData' => array( 'Member' => array( 'password' => '*****', 'id' => null, 'type' => '0', 'user_id' => null, 'name' => null, 'name_kana' => null, 'company' => null, 'department' => null, 'postcode' => null, 'address' => null, 'phone' => null, 'gender' => 'male', 'birthday' => null, 'nickname' => null, 'email' => null, 'password_hint' => null, 'corporate_name' => null, 'corporate_name_kana' => null, 'company_type' => null, 'represent_name' => null, 'represent_name_kana' => null, 'headoffice_postcode' => null, 'headoffice_address' => null, 'represent_phone' => null, 'mail_magazine' => '1', 'mailmag_flg' => '1', 'comment' => null, 'admin_message' => null, 'point' => '0', 'image_file_name' => null, 'user_rank' => 'general', 'role' => 'user', 'status' => '0', 'notification_to_saller_flag' => '1', 'purchased_to_saller_flag' => '1', 'mailmagazine_accept_flag' => '1', 'bank_name' => null, 'bank_code' => null, 'branch_name' => null, 'branch_code' => null, 'account_type' => null, 'account_no' => null, 'deposit_name' => null, 'deposit_name_kana' => null, 'user_type' => '0', 'saler_status' => '0', 'saler_image_file_name' => '', 'tmp_key' => null, 'admin_level' => null, 'created' => null, 'modified' => null, 'del_flg' => '0', 'email_confirm' => null, 'password_confirm' => null ) ), 'arrTagList' => array( (int) 0 => 'キッズ遊具', (int) 1 => 'プライズ機', (int) 2 => 'ふわふわ', (int) 3 => 'プライズ', (int) 4 => 'エレメカゲームマシン', (int) 5 => 'ガンシューティングゲーム', (int) 6 => 'カットフルーツ', (int) 7 => 'キッズ', (int) 8 => 'ポニーサイクル', (int) 9 => '乗り物' ), 'arrPickUp' => array( (int) 0 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ), (int) 1 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ), (int) 2 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ), (int) 3 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ), (int) 4 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ) ), 'user_role' => null, 'loginname' => null, 'login_member_id' => null, 'isMobile' => false, 'search_keyword' => 'キーワードで探す', 'arrMasterData' => array(), 'root_url' => 'https://mercube.imaxy.jp/', 'content_for_layout' => ' <div class="common crumbs"> <ul><li class="first"><a href="/">ホーム</a></li><li class="last">新規会員登録</li></ul> </div> <div id="Regist"> <h2>会員情報入力</h2> <form action="/member_regist/member_form" class="form-horizontal" role="form" id="MemberMemberFormForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <input type="hidden" name="data[Member][agree]" id="MemberAgree"/> <input type="hidden" name="data[Member][role]" value="user" id="MemberRole"/> <div class="input"> <!-- ///change for member register 2021.05.13 --> <!-- 【登録者情報】 --> <dl> <dt class="memberInfo"> <span>登録者情報</span> </dt> </dl> <dl> <dt>会員種類<span class="required">必須</span></dt> <dd> <input type="radio" name="data[Member][type]" id="MemberType0" class="ml10 mr05" value="0" checked="checked" />法人<input type="radio" name="data[Member][type]" id="MemberType1" class="ml10 mr05" value="1" />個人 </dd> </dl> <dl> <dt>会社名・事業所名</dt> <dd> <input name="data[Member][company]" size="50" class="common input" type="text" id="MemberCompany"/> </dd> </dl> <dl> <dt>部署名</dt> <dd> <input name="data[Member][department]" size="50" class="common input" type="text" id="MemberDepartment"/> </dd> </dl> <dl> <dt>郵便番号(半角数字、ハイフンあり)<span class="required">必須</span></dt> <dd> <input name="data[Member][postcode]" size="50" class="common input" type="text" id="MemberPostcode" required="required"/> </dd> </dl> <dl> <dt>住所<span class="required">必須</span></dt> <dd> <input name="data[Member][address]" size="50" class="common input" type="text" id="MemberAddress" required="required"/> </dd> </dl> <dl> <dt>氏名<span class="required">必須</span></dt> <dd> <input name="data[Member][name]" size="50" class="common input" type="text" id="MemberName" required="required"/> </dd> </dl> <dl> <dt>氏名(全角フリガナ) <span class="required">必須</span></dt> <dd> <input name="data[Member][name_kana]" size="50" class="common input" type="text" id="MemberNameKana" required="required"/> </dd> </dl> <!-- <dl> <dt>郵便番号<span class="required">必須</span></dt> <dd> <input name="data[Member][postcode]" size="50" class="common input" type="text" id="MemberPostcode" required="required"/> </dd> </dl> --> <dl> <dt>電話番号(半角数字、ハイフンあり)<span class="required">必須</span></dt> <dd> <input name="data[Member][phone]" size="50" class="common input" type="text" id="MemberPhone" required="required"/> </dd> </dl> <dl> <dt>性別<span class="required">必須</span></dt> <dd> <input type="radio" name="data[Member][gender]" id="MemberGenderMale" class="ml10 mr05" value="male" required="required" checked="checked" />男性<input type="radio" name="data[Member][gender]" id="MemberGenderFemale" class="ml10 mr05" value="female" required="required" />女性 </dd> </dl> <dl> <dt>生年月日<span class="required">必須</span></dt> <dd class="birthday"> <select name="data[Member][birthday][year]" class="common select" id="MemberBirthdayYear" required="required"> <option value=""></option> <option value="2015">2015</option> <option value="2014">2014</option> <option value="2013">2013</option> <option value="2012">2012</option> <option value="2011">2011</option> <option value="2010">2010</option> <option value="2009">2009</option> <option value="2008">2008</option> <option value="2007">2007</option> <option value="2006">2006</option> <option value="2005" selected="selected">2005</option> <option value="2004">2004</option> <option value="2003">2003</option> <option value="2002">2002</option> <option value="2001">2001</option> <option value="2000">2000</option> <option value="1999">1999</option> <option value="1998">1998</option> <option value="1997">1997</option> <option value="1996">1996</option> <option value="1995">1995</option> <option value="1994">1994</option> <option value="1993">1993</option> <option value="1992">1992</option> <option value="1991">1991</option> <option value="1990">1990</option> <option value="1989">1989</option> <option value="1988">1988</option> <option value="1987">1987</option> <option value="1986">1986</option> <option value="1985">1985</option> <option value="1984">1984</option> <option value="1983">1983</option> <option value="1982">1982</option> <option value="1981">1981</option> <option value="1980">1980</option> <option value="1979">1979</option> <option value="1978">1978</option> <option value="1977">1977</option> <option value="1976">1976</option> <option value="1975">1975</option> <option value="1974">1974</option> <option value="1973">1973</option> <option value="1972">1972</option> <option value="1971">1971</option> <option value="1970">1970</option> <option value="1969">1969</option> <option value="1968">1968</option> <option value="1967">1967</option> <option value="1966">1966</option> <option value="1965">1965</option> </select><span class="separator">年</span><select name="data[Member][birthday][month]" class="common select" id="MemberBirthdayMonth" required="required"> <option value=""></option> <option value="01" selected="selected">01</option> <option value="02">02</option> <option value="03">03</option> <option value="04">04</option> <option value="05">05</option> <option value="06">06</option> <option value="07">07</option> <option value="08">08</option> <option value="09">09</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> </select><span class="separator">月</span><select name="data[Member][birthday][day]" class="common select" id="MemberBirthdayDay" required="required"> <option value=""></option> <option value="01" selected="selected">1</option> <option value="02">2</option> <option value="03">3</option> <option value="04">4</option> <option value="05">5</option> <option value="06">6</option> <option value="07">7</option> <option value="08">8</option> <option value="09">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </select><span class="separator">日</span> </dd> </dl> <dl> <dt>ニックネーム<span class="required">必須</span></dt> <dd> <input name="data[Member][nickname]" size="50" class="common input" type="text" id="MemberNickname" required="required"/> </dd> <dt><span class="note">個人情報が特定されないような名前を付けてください。</span></dt> </dl> <dl> <dt>メールアドレス(半角英数字)<span class="required">必須</span></dt> <dd> <input name="data[Member][email]" size="50" class="common input" type="text" id="MemberEmail" required="required"/> </dd> <dt><span class="note">例)○○○@yahoo.co.jp<br> メールアドレスに誤りがありますと、メールが届きません。<br> 今一度ご確認ください。</span></dt> </dl> <dl> <dt>メールアドレス確認(半角英数字)<span class="required">必須</span></dt> <dd> <input name="data[Member][email_confirm]" size="50" class="common input" type="text" id="MemberEmailConfirm"/> </dd> </dl> <dl> <dt>パスワード(半角英数記号)<span class="required">必須</span></dt> <dd> <input name="data[Member][password]" size="50" class="common input" type="password" id="MemberPassword" required="required"/> </dd> </dl> <dl> <dt>パスワード確認(半角英数記号)<span class="required">必須</span></dt> <dd> <input name="data[Member][password_confirm]" size="50" class="common input" type="password" id="MemberPasswordConfirm"/> </dd> </dl> <dl> <dt>パスワードのヒント</dt> <dd> <input name="data[Member][password_hint]" size="50" class="common input" type="text" id="MemberPasswordHint"/> </dd> </dl> <dl> <dt class="memberInfo"> <span>メルマガ</span> </dt> </dl> <dl> <dd> <input type="radio" name="data[Member][mail_magazine]" id="MemberMailMagazine1" class="ml10 mr05 optionspace" value="1" checked="checked" /><label for="MemberMailMagazine1">受け取る</label><input type="radio" name="data[Member][mail_magazine]" id="MemberMailMagazine0" class="ml10 mr05 optionspace" value="0" /><label for="MemberMailMagazine0">受け取らない</label> <span class="required needword">必須</span> </dd> <dt><span class="note">メールマガジンをご購読いただくと最新情報や限定企画など<br> お得な情報をお届けします!<br> この機会にぜひご登録ください。</span></dt> </dl> </div> <div class="common agreement_button"> <label> <div> <input name="data[agreement]" type="checkbox" onclick="add_submit();"> <span class="agreeChecked"></span> <a class="agreetitle" href="/aboutus/userrule">AMIMA利用規約</a>に同意する </div> </label> </div> <div class="common button disable"> <a class="submit_button">確認ページへ</a> </div> <div class="common button red"> <a class="submit" href="javascript:;">確認ページへ</a> </div> <!-- /// end 2021.05.13 --> </form></div> <!-- /// add for member register 2021.05.14 --> <script src="../kimonon/js/jquery.js"></script> <script src="../kimonon/js/jquery-ui.js"></script> <script type="text/javascript"> function add_submit () { if($('input[type=checkbox]:checked').length!=0){ $('.button.disable > a.submit_button').css('display','none'); $('.button.red > a.submit').css('display','inherit'); } else{ $('.button.disable > a.submit_button').css('display','inherit'); $('.button.red > a.submit').css('display','none'); } } $(document).ready(function () { add_submit (); }); </script> <!-- /// end 2021.05.14 -->', 'scripts_for_layout' => '<meta name="keywords" content="MERCUBE|新規会員登録" /><meta name="description" content="MERCUBE|新規会員登録" /><link rel="stylesheet" type="text/css" href="/kimonon/css/regist.css?1737692302" />' ) $title_for_layout = 'MERCUBE|新規会員登録' $arrData = array( 'Member' => array( 'password' => '*****', 'id' => null, 'type' => '0', 'user_id' => null, 'name' => null, 'name_kana' => null, 'company' => null, 'department' => null, 'postcode' => null, 'address' => null, 'phone' => null, 'gender' => 'male', 'birthday' => null, 'nickname' => null, 'email' => null, 'password_hint' => null, 'corporate_name' => null, 'corporate_name_kana' => null, 'company_type' => null, 'represent_name' => null, 'represent_name_kana' => null, 'headoffice_postcode' => null, 'headoffice_address' => null, 'represent_phone' => null, 'mail_magazine' => '1', 'mailmag_flg' => '1', 'comment' => null, 'admin_message' => null, 'point' => '0', 'image_file_name' => null, 'user_rank' => 'general', 'role' => 'user', 'status' => '0', 'notification_to_saller_flag' => '1', 'purchased_to_saller_flag' => '1', 'mailmagazine_accept_flag' => '1', 'bank_name' => null, 'bank_code' => null, 'branch_name' => null, 'branch_code' => null, 'account_type' => null, 'account_no' => null, 'deposit_name' => null, 'deposit_name_kana' => null, 'user_type' => '0', 'saler_status' => '0', 'saler_image_file_name' => '', 'tmp_key' => null, 'admin_level' => null, 'created' => null, 'modified' => null, 'del_flg' => '0', 'email_confirm' => null, 'password_confirm' => null ) ) $arrTagList = array( (int) 0 => 'キッズ遊具', (int) 1 => 'プライズ機', (int) 2 => 'ふわふわ', (int) 3 => 'プライズ', (int) 4 => 'エレメカゲームマシン', (int) 5 => 'ガンシューティングゲーム', (int) 6 => 'カットフルーツ', (int) 7 => 'キッズ', (int) 8 => 'ポニーサイクル', (int) 9 => '乗り物' ) $arrPickUp = array( (int) 0 => array( 'Item' => array( 'password' => '*****', 'id' => '269', 'member_id' => '130', 'title' => '【SGB専用】送料', 'price' => '20000', 'fee' => null, 'category' => 'キッズ', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => '【SGB専用】送料', 'message' => null, 'biko' => '【SGB専用】送料', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '1', 'maker' => '25', 'medalsize' => '2', 'width' => '', 'height' => '', 'range' => '', 'weight' => '', 'powerusage' => '', 'actioncheck' => '0', 'isguid' => '0', 'trouble' => '', 'conveycharge' => '1', 'conveysource' => '埼玉県', 'conveyduration' => '3', 'conveymode' => '【SGB専用】送料', 'status' => '2', 'tag1' => '', 'tag2' => '', 'tag3' => '', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1692579067_mv_1ExSi.jpg', 'sub_image1_file_name' => '1692579076_r9EPcL6p.jpg', 'sub_image2_file_name' => '', 'sub_image3_file_name' => '', 'sub_image4_file_name' => '', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '1', 'quantity' => '0', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2023-08-21 09:54:08', 'modified' => '2023-08-21 09:54:08' ), 'Member' => array( 'name' => '齋藤覚', 'company' => '株式会社ウッドストック', 'nickname' => 's-s' ) ), (int) 1 => array( 'Item' => array( 'password' => '*****', 'id' => '275', 'member_id' => '288', 'title' => 'テスト商品', 'price' => '1000', 'fee' => null, 'category' => 'アーケード', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => 'テスト商品', 'message' => null, 'biko' => 'テスト商品', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '0', 'maker' => '0', 'medalsize' => '0', 'width' => '', 'height' => '', 'range' => '', 'weight' => '', 'powerusage' => '', 'actioncheck' => '0', 'isguid' => '0', 'trouble' => '', 'conveycharge' => '0', 'conveysource' => '北海道', 'conveyduration' => '0', 'conveymode' => 'テスト商品', 'status' => '0', 'tag1' => '', 'tag2' => '', 'tag3' => '', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1739496930_5xpygtsC.jpg', 'sub_image1_file_name' => '1739496987_jb1DKkA0.jpg', 'sub_image2_file_name' => '', 'sub_image3_file_name' => '', 'sub_image4_file_name' => '', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '1', 'quantity' => '99', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2025-02-14 10:36:51', 'modified' => '2025-02-14 10:36:51' ), 'Member' => array( 'name' => 'テストユーザー 本名', 'company' => 'テスト会社', 'nickname' => 'テストユーザー' ) ), (int) 2 => array( 'Item' => array( 'password' => '*****', 'id' => '138', 'member_id' => '130', 'title' => 'ファンタジーワールド', 'price' => '168000', 'fee' => null, 'category' => 'プライズ', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => '今大人気のプッシャーユニットがついた景品機。 【プッシャーユニット】とは、 メダルゲーム機などで見かける『前後または左右に動いてメダルを落とそうとしている土台のようなもの』です。 簡単に言うと、景品が押されて もしかしたら【一度にたくさん取れちゃう】かもしれない仕掛けの事なのです。 一度にたくさんとれたら・・・お客様はもう一度・もう一度っとなりますよね。 しかも、UFOキャッチャーとは異なり【3本のツメ】で景品をガッチリつかむ事もできますので、リピート率は抜群です。 (ファンアップHPより引用)', 'message' => '', 'biko' => '多少のキズあり ※まずは購入前にメッセージでご連絡ください※', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '0', 'maker' => '43', 'medalsize' => '3', 'width' => '785', 'height' => '2200', 'range' => '895', 'weight' => '145', 'powerusage' => '350', 'actioncheck' => '0', 'isguid' => '0', 'trouble' => '', 'conveycharge' => '1', 'conveysource' => '茨城県', 'conveyduration' => '3', 'conveymode' => '混載便', 'status' => '3', 'tag1' => 'ファンタジーワールド', 'tag2' => 'プッシャーユニット', 'tag3' => 'プライズ機', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1633335725_E1YUYdpD.jpg', 'sub_image1_file_name' => '1633335727_KzHMj9ZF.jpg', 'sub_image2_file_name' => '', 'sub_image3_file_name' => '', 'sub_image4_file_name' => '', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '8', 'quantity' => '0', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2021-07-27 11:43:49', 'modified' => '2021-10-04 17:23:35' ), 'Member' => array( 'name' => '齋藤覚', 'company' => '株式会社ウッドストック', 'nickname' => 's-s' ) ), (int) 3 => array( 'Item' => array( 'password' => '*****', 'id' => '161', 'member_id' => '116', 'title' => 'ラッキークレーンDX【引取限定】', 'price' => '49800', 'fee' => null, 'category' => 'プライズ', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => 'マニア必見!クレーンゲーム界の大ベテラン! 見下ろし型の3本爪のクレーンゲーム機(プライズ機)です。 中古品になります。 ※ステッカー張替え済み。', 'message' => null, 'biko' => '・中古品、各動作は確認済みです。 ・メンテ無し保証なしの現状渡しになります。 ・経年劣化等ある場合がありますがあらかじめご理解ください。 ・海外の発送は対応していません。 ・その他ご不明な点は購入前にお問い合わせ下さい。 ※まずは購入前にメッセージにてご連絡ください※ 「出品者に質問をする」または「販売者にこの商品についてメッセージを送る」からお気軽にメッセージ下さい。', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '0', 'maker' => '33', 'medalsize' => '3', 'width' => '665', 'height' => '905', 'range' => '1170', 'weight' => '85', 'powerusage' => '130', 'actioncheck' => '0', 'isguid' => '1', 'trouble' => '5', 'conveycharge' => '1', 'conveysource' => '福岡県', 'conveyduration' => '2', 'conveymode' => '福岡県福岡市まで引き取りに来れる方限定です。 発送をご希望の場合は、購入者様にて配送業者を手配して下さい。', 'status' => '4', 'tag1' => 'プライズ', 'tag2' => '', 'tag3' => '', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1627372142_299Z7obT.jpg', 'sub_image1_file_name' => '1627372181_3NJdDnGr.jpg', 'sub_image2_file_name' => '1627372184_QPyJQhTQ.jpg', 'sub_image3_file_name' => '1627372175_vozPPtDf.jpg', 'sub_image4_file_name' => '1627372172_qTdGety1.jpg', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '4', 'quantity' => '0', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2021-07-27 16:54:20', 'modified' => '2021-12-13 15:25:22' ), 'Member' => array( 'name' => '中里華穂', 'company' => '株式会社マインズ', 'nickname' => '★m★' ) ), (int) 4 => array( 'Item' => array( 'password' => '*****', 'id' => '165', 'member_id' => '130', 'title' => 'スウィートランドミニ', 'price' => '89000', 'fee' => null, 'category' => 'プライズ', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => 'ゲーム業界を代表するプライズゲーム「スウィートランド」のミニサイズで、大きさはスウィートランドの約3分の1で一人用。 遊び方は「スウィートランド」と同じく、ボタンでアーム操作を行い景品を掬い上げ、景品をゲットする。', 'message' => null, 'biko' => '多少のキズあり ※まずは購入前にメッセージにてご連絡ください※', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '0', 'maker' => '25', 'medalsize' => '3', 'width' => '', 'height' => '', 'range' => '', 'weight' => '', 'powerusage' => '', 'actioncheck' => '0', 'isguid' => '0', 'trouble' => '', 'conveycharge' => '1', 'conveysource' => '茨城県', 'conveyduration' => '3', 'conveymode' => 'ヤマト便', 'status' => '3', 'tag1' => 'スウィートランドミニ', 'tag2' => 'スウィートランドシリーズ', 'tag3' => '', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1633508722_HXPf5MA6.jpg', 'sub_image1_file_name' => '1633508725_FJy0ynbg.jpg', 'sub_image2_file_name' => '', 'sub_image3_file_name' => '', 'sub_image4_file_name' => '', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '8', 'quantity' => '0', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2021-07-27 17:20:59', 'modified' => '2021-10-06 17:25:33' ), 'Member' => array( 'name' => '齋藤覚', 'company' => '株式会社ウッドストック', 'nickname' => 's-s' ) ) ) $user_role = null $loginname = null $login_member_id = null $isMobile = false $search_keyword = 'キーワードで探す' $arrMasterData = array() $root_url = 'https://mercube.imaxy.jp/' $content_for_layout = ' <div class="common crumbs"> <ul><li class="first"><a href="/">ホーム</a></li><li class="last">新規会員登録</li></ul> </div> <div id="Regist"> <h2>会員情報入力</h2> <form action="/member_regist/member_form" class="form-horizontal" role="form" id="MemberMemberFormForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <input type="hidden" name="data[Member][agree]" id="MemberAgree"/> <input type="hidden" name="data[Member][role]" value="user" id="MemberRole"/> <div class="input"> <!-- ///change for member register 2021.05.13 --> <!-- 【登録者情報】 --> <dl> <dt class="memberInfo"> <span>登録者情報</span> </dt> </dl> <dl> <dt>会員種類<span class="required">必須</span></dt> <dd> <input type="radio" name="data[Member][type]" id="MemberType0" class="ml10 mr05" value="0" checked="checked" />法人<input type="radio" name="data[Member][type]" id="MemberType1" class="ml10 mr05" value="1" />個人 </dd> </dl> <dl> <dt>会社名・事業所名</dt> <dd> <input name="data[Member][company]" size="50" class="common input" type="text" id="MemberCompany"/> </dd> </dl> <dl> <dt>部署名</dt> <dd> <input name="data[Member][department]" size="50" class="common input" type="text" id="MemberDepartment"/> </dd> </dl> <dl> <dt>郵便番号(半角数字、ハイフンあり)<span class="required">必須</span></dt> <dd> <input name="data[Member][postcode]" size="50" class="common input" type="text" id="MemberPostcode" required="required"/> </dd> </dl> <dl> <dt>住所<span class="required">必須</span></dt> <dd> <input name="data[Member][address]" size="50" class="common input" type="text" id="MemberAddress" required="required"/> </dd> </dl> <dl> <dt>氏名<span class="required">必須</span></dt> <dd> <input name="data[Member][name]" size="50" class="common input" type="text" id="MemberName" required="required"/> </dd> </dl> <dl> <dt>氏名(全角フリガナ) <span class="required">必須</span></dt> <dd> <input name="data[Member][name_kana]" size="50" class="common input" type="text" id="MemberNameKana" required="required"/> </dd> </dl> <!-- <dl> <dt>郵便番号<span class="required">必須</span></dt> <dd> <input name="data[Member][postcode]" size="50" class="common input" type="text" id="MemberPostcode" required="required"/> </dd> </dl> --> <dl> <dt>電話番号(半角数字、ハイフンあり)<span class="required">必須</span></dt> <dd> <input name="data[Member][phone]" size="50" class="common input" type="text" id="MemberPhone" required="required"/> </dd> </dl> <dl> <dt>性別<span class="required">必須</span></dt> <dd> <input type="radio" name="data[Member][gender]" id="MemberGenderMale" class="ml10 mr05" value="male" required="required" checked="checked" />男性<input type="radio" name="data[Member][gender]" id="MemberGenderFemale" class="ml10 mr05" value="female" required="required" />女性 </dd> </dl> <dl> <dt>生年月日<span class="required">必須</span></dt> <dd class="birthday"> <select name="data[Member][birthday][year]" class="common select" id="MemberBirthdayYear" required="required"> <option value=""></option> <option value="2015">2015</option> <option value="2014">2014</option> <option value="2013">2013</option> <option value="2012">2012</option> <option value="2011">2011</option> <option value="2010">2010</option> <option value="2009">2009</option> <option value="2008">2008</option> <option value="2007">2007</option> <option value="2006">2006</option> <option value="2005" selected="selected">2005</option> <option value="2004">2004</option> <option value="2003">2003</option> <option value="2002">2002</option> <option value="2001">2001</option> <option value="2000">2000</option> <option value="1999">1999</option> <option value="1998">1998</option> <option value="1997">1997</option> <option value="1996">1996</option> <option value="1995">1995</option> <option value="1994">1994</option> <option value="1993">1993</option> <option value="1992">1992</option> <option value="1991">1991</option> <option value="1990">1990</option> <option value="1989">1989</option> <option value="1988">1988</option> <option value="1987">1987</option> <option value="1986">1986</option> <option value="1985">1985</option> <option value="1984">1984</option> <option value="1983">1983</option> <option value="1982">1982</option> <option value="1981">1981</option> <option value="1980">1980</option> <option value="1979">1979</option> <option value="1978">1978</option> <option value="1977">1977</option> <option value="1976">1976</option> <option value="1975">1975</option> <option value="1974">1974</option> <option value="1973">1973</option> <option value="1972">1972</option> <option value="1971">1971</option> <option value="1970">1970</option> <option value="1969">1969</option> <option value="1968">1968</option> <option value="1967">1967</option> <option value="1966">1966</option> <option value="1965">1965</option> </select><span class="separator">年</span><select name="data[Member][birthday][month]" class="common select" id="MemberBirthdayMonth" required="required"> <option value=""></option> <option value="01" selected="selected">01</option> <option value="02">02</option> <option value="03">03</option> <option value="04">04</option> <option value="05">05</option> <option value="06">06</option> <option value="07">07</option> <option value="08">08</option> <option value="09">09</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> </select><span class="separator">月</span><select name="data[Member][birthday][day]" class="common select" id="MemberBirthdayDay" required="required"> <option value=""></option> <option value="01" selected="selected">1</option> <option value="02">2</option> <option value="03">3</option> <option value="04">4</option> <option value="05">5</option> <option value="06">6</option> <option value="07">7</option> <option value="08">8</option> <option value="09">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </select><span class="separator">日</span> </dd> </dl> <dl> <dt>ニックネーム<span class="required">必須</span></dt> <dd> <input name="data[Member][nickname]" size="50" class="common input" type="text" id="MemberNickname" required="required"/> </dd> <dt><span class="note">個人情報が特定されないような名前を付けてください。</span></dt> </dl> <dl> <dt>メールアドレス(半角英数字)<span class="required">必須</span></dt> <dd> <input name="data[Member][email]" size="50" class="common input" type="text" id="MemberEmail" required="required"/> </dd> <dt><span class="note">例)○○○@yahoo.co.jp<br> メールアドレスに誤りがありますと、メールが届きません。<br> 今一度ご確認ください。</span></dt> </dl> <dl> <dt>メールアドレス確認(半角英数字)<span class="required">必須</span></dt> <dd> <input name="data[Member][email_confirm]" size="50" class="common input" type="text" id="MemberEmailConfirm"/> </dd> </dl> <dl> <dt>パスワード(半角英数記号)<span class="required">必須</span></dt> <dd> <input name="data[Member][password]" size="50" class="common input" type="password" id="MemberPassword" required="required"/> </dd> </dl> <dl> <dt>パスワード確認(半角英数記号)<span class="required">必須</span></dt> <dd> <input name="data[Member][password_confirm]" size="50" class="common input" type="password" id="MemberPasswordConfirm"/> </dd> </dl> <dl> <dt>パスワードのヒント</dt> <dd> <input name="data[Member][password_hint]" size="50" class="common input" type="text" id="MemberPasswordHint"/> </dd> </dl> <dl> <dt class="memberInfo"> <span>メルマガ</span> </dt> </dl> <dl> <dd> <input type="radio" name="data[Member][mail_magazine]" id="MemberMailMagazine1" class="ml10 mr05 optionspace" value="1" checked="checked" /><label for="MemberMailMagazine1">受け取る</label><input type="radio" name="data[Member][mail_magazine]" id="MemberMailMagazine0" class="ml10 mr05 optionspace" value="0" /><label for="MemberMailMagazine0">受け取らない</label> <span class="required needword">必須</span> </dd> <dt><span class="note">メールマガジンをご購読いただくと最新情報や限定企画など<br> お得な情報をお届けします!<br> この機会にぜひご登録ください。</span></dt> </dl> </div> <div class="common agreement_button"> <label> <div> <input name="data[agreement]" type="checkbox" onclick="add_submit();"> <span class="agreeChecked"></span> <a class="agreetitle" href="/aboutus/userrule">AMIMA利用規約</a>に同意する </div> </label> </div> <div class="common button disable"> <a class="submit_button">確認ページへ</a> </div> <div class="common button red"> <a class="submit" href="javascript:;">確認ページへ</a> </div> <!-- /// end 2021.05.13 --> </form></div> <!-- /// add for member register 2021.05.14 --> <script src="../kimonon/js/jquery.js"></script> <script src="../kimonon/js/jquery-ui.js"></script> <script type="text/javascript"> function add_submit () { if($('input[type=checkbox]:checked').length!=0){ $('.button.disable > a.submit_button').css('display','none'); $('.button.red > a.submit').css('display','inherit'); } else{ $('.button.disable > a.submit_button').css('display','inherit'); $('.button.red > a.submit').css('display','none'); } } $(document).ready(function () { add_submit (); }); </script> <!-- /// end 2021.05.14 -->' $scripts_for_layout = '<meta name="keywords" content="MERCUBE|新規会員登録" /><meta name="description" content="MERCUBE|新規会員登録" /><link rel="stylesheet" type="text/css" href="/kimonon/css/regist.css?1737692302" />'include - APP/View/Layouts/kimonon.html, line 153 View::_evaluate() - CORE/Cake/View/View.php, line 934 View::_render() - CORE/Cake/View/View.php, line 896 View::renderLayout() - CORE/Cake/View/View.php, line 528 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 954 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160 [main] - /home/oomaekunccb/imaxy.jp/public_html/mercube.imaxy.jp/index.php, line 111
Warning (2): Invalid argument supplied for foreach() [APP/View/Layouts/kimonon.html, line 153]Code Context<div class="list categories" style="display: none; visibility: visible;">
<div class="grid">
<?php foreach ($dspCategories as $key => $categories): ?>
$viewFile = '/home/oomaekunccb/imaxy.jp/public_html/sys_mercube/app/View/Layouts/kimonon.html' $dataForView = array( 'title_for_layout' => 'MERCUBE|新規会員登録', 'arrData' => array( 'Member' => array( 'password' => '*****', 'id' => null, 'type' => '0', 'user_id' => null, 'name' => null, 'name_kana' => null, 'company' => null, 'department' => null, 'postcode' => null, 'address' => null, 'phone' => null, 'gender' => 'male', 'birthday' => null, 'nickname' => null, 'email' => null, 'password_hint' => null, 'corporate_name' => null, 'corporate_name_kana' => null, 'company_type' => null, 'represent_name' => null, 'represent_name_kana' => null, 'headoffice_postcode' => null, 'headoffice_address' => null, 'represent_phone' => null, 'mail_magazine' => '1', 'mailmag_flg' => '1', 'comment' => null, 'admin_message' => null, 'point' => '0', 'image_file_name' => null, 'user_rank' => 'general', 'role' => 'user', 'status' => '0', 'notification_to_saller_flag' => '1', 'purchased_to_saller_flag' => '1', 'mailmagazine_accept_flag' => '1', 'bank_name' => null, 'bank_code' => null, 'branch_name' => null, 'branch_code' => null, 'account_type' => null, 'account_no' => null, 'deposit_name' => null, 'deposit_name_kana' => null, 'user_type' => '0', 'saler_status' => '0', 'saler_image_file_name' => '', 'tmp_key' => null, 'admin_level' => null, 'created' => null, 'modified' => null, 'del_flg' => '0', 'email_confirm' => null, 'password_confirm' => null ) ), 'arrTagList' => array( (int) 0 => 'キッズ遊具', (int) 1 => 'プライズ機', (int) 2 => 'ふわふわ', (int) 3 => 'プライズ', (int) 4 => 'エレメカゲームマシン', (int) 5 => 'ガンシューティングゲーム', (int) 6 => 'カットフルーツ', (int) 7 => 'キッズ', (int) 8 => 'ポニーサイクル', (int) 9 => '乗り物' ), 'arrPickUp' => array( (int) 0 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ), (int) 1 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ), (int) 2 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ), (int) 3 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ), (int) 4 => array( 'Item' => array( [maximum depth reached] ), 'Member' => array( [maximum depth reached] ) ) ), 'user_role' => null, 'loginname' => null, 'login_member_id' => null, 'isMobile' => false, 'search_keyword' => 'キーワードで探す', 'arrMasterData' => array(), 'root_url' => 'https://mercube.imaxy.jp/', 'content_for_layout' => ' <div class="common crumbs"> <ul><li class="first"><a href="/">ホーム</a></li><li class="last">新規会員登録</li></ul> </div> <div id="Regist"> <h2>会員情報入力</h2> <form action="/member_regist/member_form" class="form-horizontal" role="form" id="MemberMemberFormForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <input type="hidden" name="data[Member][agree]" id="MemberAgree"/> <input type="hidden" name="data[Member][role]" value="user" id="MemberRole"/> <div class="input"> <!-- ///change for member register 2021.05.13 --> <!-- 【登録者情報】 --> <dl> <dt class="memberInfo"> <span>登録者情報</span> </dt> </dl> <dl> <dt>会員種類<span class="required">必須</span></dt> <dd> <input type="radio" name="data[Member][type]" id="MemberType0" class="ml10 mr05" value="0" checked="checked" />法人<input type="radio" name="data[Member][type]" id="MemberType1" class="ml10 mr05" value="1" />個人 </dd> </dl> <dl> <dt>会社名・事業所名</dt> <dd> <input name="data[Member][company]" size="50" class="common input" type="text" id="MemberCompany"/> </dd> </dl> <dl> <dt>部署名</dt> <dd> <input name="data[Member][department]" size="50" class="common input" type="text" id="MemberDepartment"/> </dd> </dl> <dl> <dt>郵便番号(半角数字、ハイフンあり)<span class="required">必須</span></dt> <dd> <input name="data[Member][postcode]" size="50" class="common input" type="text" id="MemberPostcode" required="required"/> </dd> </dl> <dl> <dt>住所<span class="required">必須</span></dt> <dd> <input name="data[Member][address]" size="50" class="common input" type="text" id="MemberAddress" required="required"/> </dd> </dl> <dl> <dt>氏名<span class="required">必須</span></dt> <dd> <input name="data[Member][name]" size="50" class="common input" type="text" id="MemberName" required="required"/> </dd> </dl> <dl> <dt>氏名(全角フリガナ) <span class="required">必須</span></dt> <dd> <input name="data[Member][name_kana]" size="50" class="common input" type="text" id="MemberNameKana" required="required"/> </dd> </dl> <!-- <dl> <dt>郵便番号<span class="required">必須</span></dt> <dd> <input name="data[Member][postcode]" size="50" class="common input" type="text" id="MemberPostcode" required="required"/> </dd> </dl> --> <dl> <dt>電話番号(半角数字、ハイフンあり)<span class="required">必須</span></dt> <dd> <input name="data[Member][phone]" size="50" class="common input" type="text" id="MemberPhone" required="required"/> </dd> </dl> <dl> <dt>性別<span class="required">必須</span></dt> <dd> <input type="radio" name="data[Member][gender]" id="MemberGenderMale" class="ml10 mr05" value="male" required="required" checked="checked" />男性<input type="radio" name="data[Member][gender]" id="MemberGenderFemale" class="ml10 mr05" value="female" required="required" />女性 </dd> </dl> <dl> <dt>生年月日<span class="required">必須</span></dt> <dd class="birthday"> <select name="data[Member][birthday][year]" class="common select" id="MemberBirthdayYear" required="required"> <option value=""></option> <option value="2015">2015</option> <option value="2014">2014</option> <option value="2013">2013</option> <option value="2012">2012</option> <option value="2011">2011</option> <option value="2010">2010</option> <option value="2009">2009</option> <option value="2008">2008</option> <option value="2007">2007</option> <option value="2006">2006</option> <option value="2005" selected="selected">2005</option> <option value="2004">2004</option> <option value="2003">2003</option> <option value="2002">2002</option> <option value="2001">2001</option> <option value="2000">2000</option> <option value="1999">1999</option> <option value="1998">1998</option> <option value="1997">1997</option> <option value="1996">1996</option> <option value="1995">1995</option> <option value="1994">1994</option> <option value="1993">1993</option> <option value="1992">1992</option> <option value="1991">1991</option> <option value="1990">1990</option> <option value="1989">1989</option> <option value="1988">1988</option> <option value="1987">1987</option> <option value="1986">1986</option> <option value="1985">1985</option> <option value="1984">1984</option> <option value="1983">1983</option> <option value="1982">1982</option> <option value="1981">1981</option> <option value="1980">1980</option> <option value="1979">1979</option> <option value="1978">1978</option> <option value="1977">1977</option> <option value="1976">1976</option> <option value="1975">1975</option> <option value="1974">1974</option> <option value="1973">1973</option> <option value="1972">1972</option> <option value="1971">1971</option> <option value="1970">1970</option> <option value="1969">1969</option> <option value="1968">1968</option> <option value="1967">1967</option> <option value="1966">1966</option> <option value="1965">1965</option> </select><span class="separator">年</span><select name="data[Member][birthday][month]" class="common select" id="MemberBirthdayMonth" required="required"> <option value=""></option> <option value="01" selected="selected">01</option> <option value="02">02</option> <option value="03">03</option> <option value="04">04</option> <option value="05">05</option> <option value="06">06</option> <option value="07">07</option> <option value="08">08</option> <option value="09">09</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> </select><span class="separator">月</span><select name="data[Member][birthday][day]" class="common select" id="MemberBirthdayDay" required="required"> <option value=""></option> <option value="01" selected="selected">1</option> <option value="02">2</option> <option value="03">3</option> <option value="04">4</option> <option value="05">5</option> <option value="06">6</option> <option value="07">7</option> <option value="08">8</option> <option value="09">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </select><span class="separator">日</span> </dd> </dl> <dl> <dt>ニックネーム<span class="required">必須</span></dt> <dd> <input name="data[Member][nickname]" size="50" class="common input" type="text" id="MemberNickname" required="required"/> </dd> <dt><span class="note">個人情報が特定されないような名前を付けてください。</span></dt> </dl> <dl> <dt>メールアドレス(半角英数字)<span class="required">必須</span></dt> <dd> <input name="data[Member][email]" size="50" class="common input" type="text" id="MemberEmail" required="required"/> </dd> <dt><span class="note">例)○○○@yahoo.co.jp<br> メールアドレスに誤りがありますと、メールが届きません。<br> 今一度ご確認ください。</span></dt> </dl> <dl> <dt>メールアドレス確認(半角英数字)<span class="required">必須</span></dt> <dd> <input name="data[Member][email_confirm]" size="50" class="common input" type="text" id="MemberEmailConfirm"/> </dd> </dl> <dl> <dt>パスワード(半角英数記号)<span class="required">必須</span></dt> <dd> <input name="data[Member][password]" size="50" class="common input" type="password" id="MemberPassword" required="required"/> </dd> </dl> <dl> <dt>パスワード確認(半角英数記号)<span class="required">必須</span></dt> <dd> <input name="data[Member][password_confirm]" size="50" class="common input" type="password" id="MemberPasswordConfirm"/> </dd> </dl> <dl> <dt>パスワードのヒント</dt> <dd> <input name="data[Member][password_hint]" size="50" class="common input" type="text" id="MemberPasswordHint"/> </dd> </dl> <dl> <dt class="memberInfo"> <span>メルマガ</span> </dt> </dl> <dl> <dd> <input type="radio" name="data[Member][mail_magazine]" id="MemberMailMagazine1" class="ml10 mr05 optionspace" value="1" checked="checked" /><label for="MemberMailMagazine1">受け取る</label><input type="radio" name="data[Member][mail_magazine]" id="MemberMailMagazine0" class="ml10 mr05 optionspace" value="0" /><label for="MemberMailMagazine0">受け取らない</label> <span class="required needword">必須</span> </dd> <dt><span class="note">メールマガジンをご購読いただくと最新情報や限定企画など<br> お得な情報をお届けします!<br> この機会にぜひご登録ください。</span></dt> </dl> </div> <div class="common agreement_button"> <label> <div> <input name="data[agreement]" type="checkbox" onclick="add_submit();"> <span class="agreeChecked"></span> <a class="agreetitle" href="/aboutus/userrule">AMIMA利用規約</a>に同意する </div> </label> </div> <div class="common button disable"> <a class="submit_button">確認ページへ</a> </div> <div class="common button red"> <a class="submit" href="javascript:;">確認ページへ</a> </div> <!-- /// end 2021.05.13 --> </form></div> <!-- /// add for member register 2021.05.14 --> <script src="../kimonon/js/jquery.js"></script> <script src="../kimonon/js/jquery-ui.js"></script> <script type="text/javascript"> function add_submit () { if($('input[type=checkbox]:checked').length!=0){ $('.button.disable > a.submit_button').css('display','none'); $('.button.red > a.submit').css('display','inherit'); } else{ $('.button.disable > a.submit_button').css('display','inherit'); $('.button.red > a.submit').css('display','none'); } } $(document).ready(function () { add_submit (); }); </script> <!-- /// end 2021.05.14 -->', 'scripts_for_layout' => '<meta name="keywords" content="MERCUBE|新規会員登録" /><meta name="description" content="MERCUBE|新規会員登録" /><link rel="stylesheet" type="text/css" href="/kimonon/css/regist.css?1737692302" />' ) $title_for_layout = 'MERCUBE|新規会員登録' $arrData = array( 'Member' => array( 'password' => '*****', 'id' => null, 'type' => '0', 'user_id' => null, 'name' => null, 'name_kana' => null, 'company' => null, 'department' => null, 'postcode' => null, 'address' => null, 'phone' => null, 'gender' => 'male', 'birthday' => null, 'nickname' => null, 'email' => null, 'password_hint' => null, 'corporate_name' => null, 'corporate_name_kana' => null, 'company_type' => null, 'represent_name' => null, 'represent_name_kana' => null, 'headoffice_postcode' => null, 'headoffice_address' => null, 'represent_phone' => null, 'mail_magazine' => '1', 'mailmag_flg' => '1', 'comment' => null, 'admin_message' => null, 'point' => '0', 'image_file_name' => null, 'user_rank' => 'general', 'role' => 'user', 'status' => '0', 'notification_to_saller_flag' => '1', 'purchased_to_saller_flag' => '1', 'mailmagazine_accept_flag' => '1', 'bank_name' => null, 'bank_code' => null, 'branch_name' => null, 'branch_code' => null, 'account_type' => null, 'account_no' => null, 'deposit_name' => null, 'deposit_name_kana' => null, 'user_type' => '0', 'saler_status' => '0', 'saler_image_file_name' => '', 'tmp_key' => null, 'admin_level' => null, 'created' => null, 'modified' => null, 'del_flg' => '0', 'email_confirm' => null, 'password_confirm' => null ) ) $arrTagList = array( (int) 0 => 'キッズ遊具', (int) 1 => 'プライズ機', (int) 2 => 'ふわふわ', (int) 3 => 'プライズ', (int) 4 => 'エレメカゲームマシン', (int) 5 => 'ガンシューティングゲーム', (int) 6 => 'カットフルーツ', (int) 7 => 'キッズ', (int) 8 => 'ポニーサイクル', (int) 9 => '乗り物' ) $arrPickUp = array( (int) 0 => array( 'Item' => array( 'password' => '*****', 'id' => '269', 'member_id' => '130', 'title' => '【SGB専用】送料', 'price' => '20000', 'fee' => null, 'category' => 'キッズ', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => '【SGB専用】送料', 'message' => null, 'biko' => '【SGB専用】送料', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '1', 'maker' => '25', 'medalsize' => '2', 'width' => '', 'height' => '', 'range' => '', 'weight' => '', 'powerusage' => '', 'actioncheck' => '0', 'isguid' => '0', 'trouble' => '', 'conveycharge' => '1', 'conveysource' => '埼玉県', 'conveyduration' => '3', 'conveymode' => '【SGB専用】送料', 'status' => '2', 'tag1' => '', 'tag2' => '', 'tag3' => '', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1692579067_mv_1ExSi.jpg', 'sub_image1_file_name' => '1692579076_r9EPcL6p.jpg', 'sub_image2_file_name' => '', 'sub_image3_file_name' => '', 'sub_image4_file_name' => '', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '1', 'quantity' => '0', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2023-08-21 09:54:08', 'modified' => '2023-08-21 09:54:08' ), 'Member' => array( 'name' => '齋藤覚', 'company' => '株式会社ウッドストック', 'nickname' => 's-s' ) ), (int) 1 => array( 'Item' => array( 'password' => '*****', 'id' => '275', 'member_id' => '288', 'title' => 'テスト商品', 'price' => '1000', 'fee' => null, 'category' => 'アーケード', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => 'テスト商品', 'message' => null, 'biko' => 'テスト商品', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '0', 'maker' => '0', 'medalsize' => '0', 'width' => '', 'height' => '', 'range' => '', 'weight' => '', 'powerusage' => '', 'actioncheck' => '0', 'isguid' => '0', 'trouble' => '', 'conveycharge' => '0', 'conveysource' => '北海道', 'conveyduration' => '0', 'conveymode' => 'テスト商品', 'status' => '0', 'tag1' => '', 'tag2' => '', 'tag3' => '', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1739496930_5xpygtsC.jpg', 'sub_image1_file_name' => '1739496987_jb1DKkA0.jpg', 'sub_image2_file_name' => '', 'sub_image3_file_name' => '', 'sub_image4_file_name' => '', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '1', 'quantity' => '99', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2025-02-14 10:36:51', 'modified' => '2025-02-14 10:36:51' ), 'Member' => array( 'name' => 'テストユーザー 本名', 'company' => 'テスト会社', 'nickname' => 'テストユーザー' ) ), (int) 2 => array( 'Item' => array( 'password' => '*****', 'id' => '138', 'member_id' => '130', 'title' => 'ファンタジーワールド', 'price' => '168000', 'fee' => null, 'category' => 'プライズ', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => '今大人気のプッシャーユニットがついた景品機。 【プッシャーユニット】とは、 メダルゲーム機などで見かける『前後または左右に動いてメダルを落とそうとしている土台のようなもの』です。 簡単に言うと、景品が押されて もしかしたら【一度にたくさん取れちゃう】かもしれない仕掛けの事なのです。 一度にたくさんとれたら・・・お客様はもう一度・もう一度っとなりますよね。 しかも、UFOキャッチャーとは異なり【3本のツメ】で景品をガッチリつかむ事もできますので、リピート率は抜群です。 (ファンアップHPより引用)', 'message' => '', 'biko' => '多少のキズあり ※まずは購入前にメッセージでご連絡ください※', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '0', 'maker' => '43', 'medalsize' => '3', 'width' => '785', 'height' => '2200', 'range' => '895', 'weight' => '145', 'powerusage' => '350', 'actioncheck' => '0', 'isguid' => '0', 'trouble' => '', 'conveycharge' => '1', 'conveysource' => '茨城県', 'conveyduration' => '3', 'conveymode' => '混載便', 'status' => '3', 'tag1' => 'ファンタジーワールド', 'tag2' => 'プッシャーユニット', 'tag3' => 'プライズ機', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1633335725_E1YUYdpD.jpg', 'sub_image1_file_name' => '1633335727_KzHMj9ZF.jpg', 'sub_image2_file_name' => '', 'sub_image3_file_name' => '', 'sub_image4_file_name' => '', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '8', 'quantity' => '0', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2021-07-27 11:43:49', 'modified' => '2021-10-04 17:23:35' ), 'Member' => array( 'name' => '齋藤覚', 'company' => '株式会社ウッドストック', 'nickname' => 's-s' ) ), (int) 3 => array( 'Item' => array( 'password' => '*****', 'id' => '161', 'member_id' => '116', 'title' => 'ラッキークレーンDX【引取限定】', 'price' => '49800', 'fee' => null, 'category' => 'プライズ', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => 'マニア必見!クレーンゲーム界の大ベテラン! 見下ろし型の3本爪のクレーンゲーム機(プライズ機)です。 中古品になります。 ※ステッカー張替え済み。', 'message' => null, 'biko' => '・中古品、各動作は確認済みです。 ・メンテ無し保証なしの現状渡しになります。 ・経年劣化等ある場合がありますがあらかじめご理解ください。 ・海外の発送は対応していません。 ・その他ご不明な点は購入前にお問い合わせ下さい。 ※まずは購入前にメッセージにてご連絡ください※ 「出品者に質問をする」または「販売者にこの商品についてメッセージを送る」からお気軽にメッセージ下さい。', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '0', 'maker' => '33', 'medalsize' => '3', 'width' => '665', 'height' => '905', 'range' => '1170', 'weight' => '85', 'powerusage' => '130', 'actioncheck' => '0', 'isguid' => '1', 'trouble' => '5', 'conveycharge' => '1', 'conveysource' => '福岡県', 'conveyduration' => '2', 'conveymode' => '福岡県福岡市まで引き取りに来れる方限定です。 発送をご希望の場合は、購入者様にて配送業者を手配して下さい。', 'status' => '4', 'tag1' => 'プライズ', 'tag2' => '', 'tag3' => '', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1627372142_299Z7obT.jpg', 'sub_image1_file_name' => '1627372181_3NJdDnGr.jpg', 'sub_image2_file_name' => '1627372184_QPyJQhTQ.jpg', 'sub_image3_file_name' => '1627372175_vozPPtDf.jpg', 'sub_image4_file_name' => '1627372172_qTdGety1.jpg', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '4', 'quantity' => '0', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2021-07-27 16:54:20', 'modified' => '2021-12-13 15:25:22' ), 'Member' => array( 'name' => '中里華穂', 'company' => '株式会社マインズ', 'nickname' => '★m★' ) ), (int) 4 => array( 'Item' => array( 'password' => '*****', 'id' => '165', 'member_id' => '130', 'title' => 'スウィートランドミニ', 'price' => '89000', 'fee' => null, 'category' => 'プライズ', 'brand' => '0', 'conveyance' => '', 'standard' => '', 'discription' => 'ゲーム業界を代表するプライズゲーム「スウィートランド」のミニサイズで、大きさはスウィートランドの約3分の1で一人用。 遊び方は「スウィートランド」と同じく、ボタンでアーム操作を行い景品を掬い上げ、景品をゲットする。', 'message' => null, 'biko' => '多少のキズあり ※まずは購入前にメッセージにてご連絡ください※', 'info_to_buyer' => null, 'review' => null, 'review_auther' => null, 'classification' => '0', 'maker' => '25', 'medalsize' => '3', 'width' => '', 'height' => '', 'range' => '', 'weight' => '', 'powerusage' => '', 'actioncheck' => '0', 'isguid' => '0', 'trouble' => '', 'conveycharge' => '1', 'conveysource' => '茨城県', 'conveyduration' => '3', 'conveymode' => 'ヤマト便', 'status' => '3', 'tag1' => 'スウィートランドミニ', 'tag2' => 'スウィートランドシリーズ', 'tag3' => '', 'tag4' => '', 'tag5' => '', 'main_image_file_name' => '1633508722_HXPf5MA6.jpg', 'sub_image1_file_name' => '1633508725_FJy0ynbg.jpg', 'sub_image2_file_name' => '', 'sub_image3_file_name' => '', 'sub_image4_file_name' => '', 'file_name' => null, 'file_path' => null, 'file_type' => null, 'file_extension' => null, 'file_size' => null, 'selling' => '1', 'sale_count' => '1', 'pickup' => '0', 'sale_rank' => '1', 'seller_rank' => '8', 'quantity' => '0', 'del_flg' => '0', 'save_flg' => '1', 'close_flg' => null, 'created' => '2021-07-27 17:20:59', 'modified' => '2021-10-06 17:25:33' ), 'Member' => array( 'name' => '齋藤覚', 'company' => '株式会社ウッドストック', 'nickname' => 's-s' ) ) ) $user_role = null $loginname = null $login_member_id = null $isMobile = false $search_keyword = 'キーワードで探す' $arrMasterData = array() $root_url = 'https://mercube.imaxy.jp/' $content_for_layout = ' <div class="common crumbs"> <ul><li class="first"><a href="/">ホーム</a></li><li class="last">新規会員登録</li></ul> </div> <div id="Regist"> <h2>会員情報入力</h2> <form action="/member_regist/member_form" class="form-horizontal" role="form" id="MemberMemberFormForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <input type="hidden" name="data[Member][agree]" id="MemberAgree"/> <input type="hidden" name="data[Member][role]" value="user" id="MemberRole"/> <div class="input"> <!-- ///change for member register 2021.05.13 --> <!-- 【登録者情報】 --> <dl> <dt class="memberInfo"> <span>登録者情報</span> </dt> </dl> <dl> <dt>会員種類<span class="required">必須</span></dt> <dd> <input type="radio" name="data[Member][type]" id="MemberType0" class="ml10 mr05" value="0" checked="checked" />法人<input type="radio" name="data[Member][type]" id="MemberType1" class="ml10 mr05" value="1" />個人 </dd> </dl> <dl> <dt>会社名・事業所名</dt> <dd> <input name="data[Member][company]" size="50" class="common input" type="text" id="MemberCompany"/> </dd> </dl> <dl> <dt>部署名</dt> <dd> <input name="data[Member][department]" size="50" class="common input" type="text" id="MemberDepartment"/> </dd> </dl> <dl> <dt>郵便番号(半角数字、ハイフンあり)<span class="required">必須</span></dt> <dd> <input name="data[Member][postcode]" size="50" class="common input" type="text" id="MemberPostcode" required="required"/> </dd> </dl> <dl> <dt>住所<span class="required">必須</span></dt> <dd> <input name="data[Member][address]" size="50" class="common input" type="text" id="MemberAddress" required="required"/> </dd> </dl> <dl> <dt>氏名<span class="required">必須</span></dt> <dd> <input name="data[Member][name]" size="50" class="common input" type="text" id="MemberName" required="required"/> </dd> </dl> <dl> <dt>氏名(全角フリガナ) <span class="required">必須</span></dt> <dd> <input name="data[Member][name_kana]" size="50" class="common input" type="text" id="MemberNameKana" required="required"/> </dd> </dl> <!-- <dl> <dt>郵便番号<span class="required">必須</span></dt> <dd> <input name="data[Member][postcode]" size="50" class="common input" type="text" id="MemberPostcode" required="required"/> </dd> </dl> --> <dl> <dt>電話番号(半角数字、ハイフンあり)<span class="required">必須</span></dt> <dd> <input name="data[Member][phone]" size="50" class="common input" type="text" id="MemberPhone" required="required"/> </dd> </dl> <dl> <dt>性別<span class="required">必須</span></dt> <dd> <input type="radio" name="data[Member][gender]" id="MemberGenderMale" class="ml10 mr05" value="male" required="required" checked="checked" />男性<input type="radio" name="data[Member][gender]" id="MemberGenderFemale" class="ml10 mr05" value="female" required="required" />女性 </dd> </dl> <dl> <dt>生年月日<span class="required">必須</span></dt> <dd class="birthday"> <select name="data[Member][birthday][year]" class="common select" id="MemberBirthdayYear" required="required"> <option value=""></option> <option value="2015">2015</option> <option value="2014">2014</option> <option value="2013">2013</option> <option value="2012">2012</option> <option value="2011">2011</option> <option value="2010">2010</option> <option value="2009">2009</option> <option value="2008">2008</option> <option value="2007">2007</option> <option value="2006">2006</option> <option value="2005" selected="selected">2005</option> <option value="2004">2004</option> <option value="2003">2003</option> <option value="2002">2002</option> <option value="2001">2001</option> <option value="2000">2000</option> <option value="1999">1999</option> <option value="1998">1998</option> <option value="1997">1997</option> <option value="1996">1996</option> <option value="1995">1995</option> <option value="1994">1994</option> <option value="1993">1993</option> <option value="1992">1992</option> <option value="1991">1991</option> <option value="1990">1990</option> <option value="1989">1989</option> <option value="1988">1988</option> <option value="1987">1987</option> <option value="1986">1986</option> <option value="1985">1985</option> <option value="1984">1984</option> <option value="1983">1983</option> <option value="1982">1982</option> <option value="1981">1981</option> <option value="1980">1980</option> <option value="1979">1979</option> <option value="1978">1978</option> <option value="1977">1977</option> <option value="1976">1976</option> <option value="1975">1975</option> <option value="1974">1974</option> <option value="1973">1973</option> <option value="1972">1972</option> <option value="1971">1971</option> <option value="1970">1970</option> <option value="1969">1969</option> <option value="1968">1968</option> <option value="1967">1967</option> <option value="1966">1966</option> <option value="1965">1965</option> </select><span class="separator">年</span><select name="data[Member][birthday][month]" class="common select" id="MemberBirthdayMonth" required="required"> <option value=""></option> <option value="01" selected="selected">01</option> <option value="02">02</option> <option value="03">03</option> <option value="04">04</option> <option value="05">05</option> <option value="06">06</option> <option value="07">07</option> <option value="08">08</option> <option value="09">09</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> </select><span class="separator">月</span><select name="data[Member][birthday][day]" class="common select" id="MemberBirthdayDay" required="required"> <option value=""></option> <option value="01" selected="selected">1</option> <option value="02">2</option> <option value="03">3</option> <option value="04">4</option> <option value="05">5</option> <option value="06">6</option> <option value="07">7</option> <option value="08">8</option> <option value="09">9</option> <option value="10">10</option> <option value="11">11</option> <option value="12">12</option> <option value="13">13</option> <option value="14">14</option> <option value="15">15</option> <option value="16">16</option> <option value="17">17</option> <option value="18">18</option> <option value="19">19</option> <option value="20">20</option> <option value="21">21</option> <option value="22">22</option> <option value="23">23</option> <option value="24">24</option> <option value="25">25</option> <option value="26">26</option> <option value="27">27</option> <option value="28">28</option> <option value="29">29</option> <option value="30">30</option> <option value="31">31</option> </select><span class="separator">日</span> </dd> </dl> <dl> <dt>ニックネーム<span class="required">必須</span></dt> <dd> <input name="data[Member][nickname]" size="50" class="common input" type="text" id="MemberNickname" required="required"/> </dd> <dt><span class="note">個人情報が特定されないような名前を付けてください。</span></dt> </dl> <dl> <dt>メールアドレス(半角英数字)<span class="required">必須</span></dt> <dd> <input name="data[Member][email]" size="50" class="common input" type="text" id="MemberEmail" required="required"/> </dd> <dt><span class="note">例)○○○@yahoo.co.jp<br> メールアドレスに誤りがありますと、メールが届きません。<br> 今一度ご確認ください。</span></dt> </dl> <dl> <dt>メールアドレス確認(半角英数字)<span class="required">必須</span></dt> <dd> <input name="data[Member][email_confirm]" size="50" class="common input" type="text" id="MemberEmailConfirm"/> </dd> </dl> <dl> <dt>パスワード(半角英数記号)<span class="required">必須</span></dt> <dd> <input name="data[Member][password]" size="50" class="common input" type="password" id="MemberPassword" required="required"/> </dd> </dl> <dl> <dt>パスワード確認(半角英数記号)<span class="required">必須</span></dt> <dd> <input name="data[Member][password_confirm]" size="50" class="common input" type="password" id="MemberPasswordConfirm"/> </dd> </dl> <dl> <dt>パスワードのヒント</dt> <dd> <input name="data[Member][password_hint]" size="50" class="common input" type="text" id="MemberPasswordHint"/> </dd> </dl> <dl> <dt class="memberInfo"> <span>メルマガ</span> </dt> </dl> <dl> <dd> <input type="radio" name="data[Member][mail_magazine]" id="MemberMailMagazine1" class="ml10 mr05 optionspace" value="1" checked="checked" /><label for="MemberMailMagazine1">受け取る</label><input type="radio" name="data[Member][mail_magazine]" id="MemberMailMagazine0" class="ml10 mr05 optionspace" value="0" /><label for="MemberMailMagazine0">受け取らない</label> <span class="required needword">必須</span> </dd> <dt><span class="note">メールマガジンをご購読いただくと最新情報や限定企画など<br> お得な情報をお届けします!<br> この機会にぜひご登録ください。</span></dt> </dl> </div> <div class="common agreement_button"> <label> <div> <input name="data[agreement]" type="checkbox" onclick="add_submit();"> <span class="agreeChecked"></span> <a class="agreetitle" href="/aboutus/userrule">AMIMA利用規約</a>に同意する </div> </label> </div> <div class="common button disable"> <a class="submit_button">確認ページへ</a> </div> <div class="common button red"> <a class="submit" href="javascript:;">確認ページへ</a> </div> <!-- /// end 2021.05.13 --> </form></div> <!-- /// add for member register 2021.05.14 --> <script src="../kimonon/js/jquery.js"></script> <script src="../kimonon/js/jquery-ui.js"></script> <script type="text/javascript"> function add_submit () { if($('input[type=checkbox]:checked').length!=0){ $('.button.disable > a.submit_button').css('display','none'); $('.button.red > a.submit').css('display','inherit'); } else{ $('.button.disable > a.submit_button').css('display','inherit'); $('.button.red > a.submit').css('display','none'); } } $(document).ready(function () { add_submit (); }); </script> <!-- /// end 2021.05.14 -->' $scripts_for_layout = '<meta name="keywords" content="MERCUBE|新規会員登録" /><meta name="description" content="MERCUBE|新規会員登録" /><link rel="stylesheet" type="text/css" href="/kimonon/css/regist.css?1737692302" />'include - APP/View/Layouts/kimonon.html, line 153 View::_evaluate() - CORE/Cake/View/View.php, line 934 View::_render() - CORE/Cake/View/View.php, line 896 View::renderLayout() - CORE/Cake/View/View.php, line 528 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 954 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 192 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160 [main] - /home/oomaekunccb/imaxy.jp/public_html/mercube.imaxy.jp/index.php, line 111