app/template/HF4002/Help/about.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. {% extends 'default_frame.twig' %}
  9. {% block main %}
  10. <div class="ec-role">
  11.     <div class="ec-pageHeader">
  12.         <h1>{{ '配送と返品について'|trans }}</h1>
  13.     </div>
  14.     <div class="ec-off1Grid">
  15.         <div class="ec-off1Grid__cell">
  16.             <div class="ec-borderedDefs">
  17.                 <dl id="help_about_box_1">
  18.                     <dt>
  19.                         <label class="ec-label">{{ '送料'|trans }}</label>
  20.                     </dt>
  21.                     <dd>1回のご注文金額が2,200円(税込)未満の場合は、配送手数料200円(税込)が加算されます(一部の送料無料商品、ダウンロード商品、電子版を除く)。2,200円以上のご注文で全国送料無料です(日本国内)。なお、コスモピア刊の書籍・雑誌は1,100円以上のご注文で送料無料です。</dd>
  22.                 </dl>
  23.                 <dl id="help_about_box_2">
  24.                     <dt>
  25.                         <label class="ec-label">{{ '配送方法'|trans }}</label>
  26.                     </dt>
  27.                     <dd>郵便・宅配便のいずれかでお届けいたします(ダウンロード商品、電子版を除く)。配送方法のご指定、お届け日およびお届け時間帯のご指定は原則として承ることができませんので、ご了承ください。ご注文内容を確認後、発送日および配送方法をメールでお知らせいたします。<br>
  28.                     </dd>
  29.                 </dl>
  30.                 <dl id="help_about_box_3">
  31.                     <dt>
  32.                         <label class="ec-label">{{ '発送日'|trans }}</label>
  33.                     </dt>
  34.                     <dd>在庫に問題がない限り、ご注文確定から2営業日以内に発送いたします。土日祝、年末年始、夏期休暇時は休業日となります。</dd>
  35.                 </dl>
  36.                 <dl id="help_about_box_4">
  37.                     <dt>
  38.                         <label class="ec-label">{{ 'お届け先'|trans }}</label>
  39.                     </dt>
  40.                     <dd>日本国内のみとなります。</dd>
  41.                 </dl>
  42.                 <dl id="help_about_box_5">
  43.                     <dt>
  44.                         <label class="ec-label">{{ '返品'|trans }}</label>
  45.                     </dt>
  46.                     <dd>商品の特質上、原則として返品はお受けいたしかねますので、あらかじめご了承ください。</dd>
  47.                 </dl>
  48.                 <dl id="help_about_box_6">
  49.                     <dt>
  50.                         <label class="ec-label">{{ '品違い・破損等'|trans }}</label>
  51.                     </dt>
  52.                     <dd>お届けした商品が違う、本の乱丁・落丁、CDの走行不良などの初期不良は送料小社負担で直ちに交換させていただきます。下記までご連絡ください。
  53. TEL03−5302−8378
  54. e-mail: shopinq@cosmopier.com</dd>
  55.                 </dl>
  56.             </div>
  57.         </div>
  58.     </div>
  59. </div>
  60. {% endblock %}