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

Open in your IDE?
  1. {#
    This file is part of EC-CUBE
    
    Copyright(c) 2000-2015 LOCKON CO.,LTD. All Rights Reserved.
    
    http://www.lockon.co.jp/
    
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
    as published by the Free Software Foundation; either version 2
    of the License, or (at your option) any later version.
    
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    #}
    {% extends 'default_frame.twig' %}
    
    {% block main %}
    <div id="contents" class="main_only">
        <div class="container-fluid inner no-padding">
            <div id="main">
                <h1 class="page-heading">特定商取引法に基づく表記</h1>
                <div id="tradelaw_wrap" class="container-fluid">
                    <div class="row">
                        <div id="tradelaw_box" class="col-md-10 col-md-offset-1">
                            <div id="tradelaw__body" class="dl_table">
    
                                    <dl>
                                    <dt>販売事業者名</dt>
                                    <dd>{{ BaseInfo.company_name }}</dd>
                                    </dl>
                                    <dl>
                                    <dt>販売事業者所在地</dt>
                                    <dd>〒〒602-8374<br>京都府京都市上京区一条通御前通西入93-1</dd>
                                    </dl>
                                    <dl>
                                    <dt>運営統括責任者</dt>
                                    <dd>芦田 純(アシダ ジュン)</dd>
                                    </dl>
                                    <dl>
                                    <dt>連絡先/ホームページ</dt>
                                    <dd><a target="_blank" href="{{ url('homepage') }}">{{ url('homepage') }}</a></dd>
                                    </dl>
                                    <dl>
                                    <dt>連絡先/電子メール</dt>
                                    <dd><a href="mailto:info@toraya-seifuku.com">info@toraya-seifuku.com</a></dd>
                                    </dl>
                                    <dl>
                                    <dt>連絡先/TEL</dt>
                                    <dd>075-461-5887</dd>
                                    </dl>
                                    <dl>
                                    <dt>販売価格帯</dt>
                                    <dd>各商品紹介ページに記載がございます。</dd>
                                    </dl>
                                    <dl>
                                    <dt>商品等の引き渡し時期(日数)・<br>発送方法</dt>
    <dd>
    引き渡し時期:各校の取り決め内容に準じます<br>
    発送方法:宅急便
    </dd>
                                    </dl>
                                    <dl>
                                    <dt>代金の支払時期および方法</dt>
    <dd>
    受け取り時現金払い もしくは 代引
    </dd>
                                    </dl>
                                    <dl>
                                    <dt>商品代金以外に必要な費用 /<br>送料、消費税等</dt>
    <dd>
    送料660円 代引手数料330円
    </dd>
                                    </dl>
                                    <dl>
                                    <dt>返品の取扱条件/返品期限、<br>返品時の送料負担<br>または解約や退会条件</dt>
    <dd>
    <p class="tenn" style="margin:0;">お客様のご都合によるキャンセル・返品は承ることができません。何卒ご了承ください。</p>
    <p class="tenn" style="margin:0;">ご注文の商品と内容が違う場合や、 商品の破損・傷みなど品質上問題がある場合は、コールセンター(TEL:075-461-5887)までご連絡ください。<br>
    当該商品の扱い業者または当校の送料負担にて、返品・交換のお手続きをさせて頂きます。</p>
    </dd>
                                    </dl>
                                    <dl>
                                    <dt>不良品の取扱条件</dt>
    <dd>商品受け取り時に必ず商品の確認をお願いいたします。<br>
    商品には万全を期しておりますが、万が一下記のような場合には店舗に直接お問い合わせください。<br>
    <br>
    ・申し込まれた商品と届いた商品が異なっていた場合。<br>
    ・商品が汚れている、または破損している場合  
    </dd>
                                    </dl>
                            </div>
                        </div><!-- /.col -->
                    </div><!-- /.row -->
    
                </div>
            </div>
        </div>
    </div>
    {% endblock %}