app/template/unishop/Help/tradelaw.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) 2000-2015 LOCKON CO.,LTD. All Rights Reserved.
  4. http://www.lockon.co.jp/
  5. This program is free software; you can redistribute it and/or
  6. modify it under the terms of the GNU General Public License
  7. as published by the Free Software Foundation; either version 2
  8. of the License, or (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program; if not, write to the Free Software
  15. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  16. #}
  17. {% extends 'default_frame.twig' %}
  18. {% block main %}
  19. <div id="contents" class="main_only">
  20.     <div class="container-fluid inner no-padding">
  21.         <div id="main">
  22.             <h1 class="page-heading">特定商取引法に基づく表記</h1>
  23.             <div id="tradelaw_wrap" class="container-fluid">
  24.                 <div class="row">
  25.                     <div id="tradelaw_box" class="col-md-10 col-md-offset-1">
  26.                         <div id="tradelaw__body" class="dl_table">
  27.                                 <dl>
  28.                                 <dt>販売事業者名</dt>
  29.                                 <dd>{{ BaseInfo.company_name }}</dd>
  30.                                 </dl>
  31.                                 <dl>
  32.                                 <dt>販売事業者所在地</dt>
  33.                                 <dd>〒606-8275<br>京都市左京区北白川上別当町21-5</dd>
  34.                                 </dl>
  35.                                 <dl>
  36.                                 <dt>運営統括責任者</dt>
  37.                                 <dd>水戸 正幸(ミト マサユキ)</dd>
  38.                                 </dl>
  39.                                 <dl>
  40.                                 <dt>連絡先/ホームページ</dt>
  41.                                 <dd><a target="_blank" href="http://www.mitohifuku.co.jp">http://www.mitohifuku.co.jp</a></dd>
  42.                                 </dl>
  43.                                 <dl>
  44.                                 <dt>連絡先/電子メール</dt>
  45.                                 <dd><a href="mailto:mu@mitohifuku.co.jp">mu@mitohifuku.co.jp</a></dd>
  46.                                 </dl>
  47.                                 <dl>
  48.                                 <dt>連絡先/TEL</dt>
  49.                                 <dd>075-781-8360</dd>
  50.                                 </dl>
  51.                                 <dl>
  52.                                 <dt>販売価格帯</dt>
  53.                                 <dd>各商品紹介ページに記載がございます。</dd>
  54.                                 </dl>
  55.                                 <dl>
  56.                                 <dt>商品等の引き渡し時期(日数)</dt>
  57. <dd>
  58. 2月下旬~4月上旬
  59. </dd>
  60.                                 </dl>
  61.                                 <dl>
  62.                                 <dt>商品の引き渡し方法</dt>
  63. <dd>
  64. ・自宅配送<br>
  65. ・店頭受け取り<br>
  66. ・(学校受け取り)
  67. </dd>
  68.                                 </dl>
  69.                                 <dl>
  70.                                 <dt>代金の支払時期および方法</dt>
  71. <dd>
  72. ・クレジットカード決済<br>
  73. ・代金引換
  74. </dd>
  75.                                 </dl>
  76.                                 <dl>
  77.                                 <dt>商品代金以外に必要な費用 /<br>送料、消費税等</dt>
  78. <dd>
  79. ・送料一律750円<br>
  80. ・代引きの場合手数料一律750円
  81. </dd>
  82.                                 </dl>
  83.                                 <dl>
  84.                                 <dt>返品の取扱条件/返品期限、<br>返品時の送料負担<br>または解約や退会条件</dt>
  85. <dd>
  86. <p class="tenn" style="margin:0;">お客様のご都合によるキャンセル・返品は承ることができません。</p>
  87. <p class="tenn" style="margin:0;">ご注文の商品と内容が違う場合や、商品の破損・傷みなど品質上問題がある場合は、075-708-8626までご連絡ください。<br>
  88. 当社の送料負担にて、返品・交換のお手続きをさせていただきます。</p>
  89. </dd>
  90.                                 </dl>
  91. <!---
  92.                                 <dl>
  93.                                 <dt>不良品の取扱条件</dt>
  94.                                 <dd>商品受け取り時に必ず商品の確認をお願いいたします。<br>
  95. 商品には万全を期しておりますが、万が一下記のような場合にはお電話にてお問い合わせください。<br> 
  96. <br>
  97. ・申し込まれた商品と届いた商品が異なっていた場合<br> 
  98. ・商品が汚れている、または破損している場合
  99.          </dd>
  100.                                 </dl>
  101. --->
  102.                         </div>
  103.                     </div><!-- /.col -->
  104.                 </div><!-- /.row -->
  105.             </div>
  106.         </div>
  107.     </div>
  108. </div>
  109. {% endblock %}