app/template/default/Help/guide.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.             <p>◆表示価格は送料込みの価格です。</p>
  14.             <p>ただし、お届け先住所が離島の場合は+2,200円が発生いたします。</p>
  15.         </div>
  16.     </div>
  17. {% endblock %}