app/template/default/Block/lm_shopping_guide.twig line 1

Open in your IDE?
  1. {% set s3LmDocPath = get_s3_lm_doc_path() %}
  2. <div id="foot_info" style="padding-bottom: 6px;" class="clearfix">
  3.     <div id="guide">
  4.         <img src="https://img0.land-mark.biz/ut_img/public_images/foot/info_main_ttl.gif" width="588" height="60" alt="ショッピングかんたんガイド">
  5.         <div id="guide_box" style="box-sizing: content-box">
  6.             <a href="/guide/"><img src="https://img0.land-mark.biz/ut_img/public_images/foot/info_ttl1.gif" width="560" height="23" alt="ご注文について"></a>
  7.             <img src="https://img0.land-mark.biz/ut_img/public_images/foot/info_cont1.gif" width="279" height="119" alt="ご注文は24時間受け付けております。">
  8.             <img src="https://img0.land-mark.biz/ut_img/public_images/foot/info_cont1_tel.png" width="281" height="42" alt="電話注文できます0120-115-116" class="tel-bnr">
  9.             <a href="/contact/fax/"><img src="https://img0.land-mark.biz/ut_img/public_images/foot/info_cont1_fax.png" width="281" height="42" alt="FAX注文できます03-5909-3352"></a>
  10.             <a href="/guide/souryou/"><img src="https://img0.land-mark.biz/ut_img/public_images/foot/info_ttl2.gif" width="560" height="23" alt="送料・代引手数料について"></a>
  11.             <img src="https://img0.land-mark.biz/ut_img/public_images/foot/info_cont2.png" width="560" height="114" alt="10,000円以上のご注文で送料を無料サービスいたします">
  12.             <a href="/guide/shiharai/"><img src="https://img0.land-mark.biz/ut_img/public_images/foot/info_ttl3.gif" width="560" height="23" alt="お支払い方法"></a>
  13.             <img src="https://img0.land-mark.biz/ut_img/public_images/foot/info_cont3.png" width="560" height="320" alt="お支払い方法は、代金引換、銀行振込(前払い)、クレジットカード、後払いよりお選びいただけます">
  14.             <a href="/guide/nouki/"><img src="https://img0.land-mark.biz/ut_img/public_images/foot/info_ttl4.gif" width="560" height="23" alt="納期・お届けについて"></a>
  15.             <img src="https://img0.land-mark.biz/ut_img/public_images/foot/info_cont4.png" width="560" height="195" alt="お届け納期について">
  16.             <a href="/guide/sample/"><img src="https://img0.land-mark.biz/ut_img/public_images/foot/info_ttl5.gif" width="560" height="23" alt="サンプル貸出(無料)について"></a>
  17.             <img src="https://img0.land-mark.biz/ut_img/public_images/foot/info_cont5.png" width="560" height="130" alt="サンプル貸出の点数の期間について">
  18.             <a href="/guide/henpin/"><img src="https://img0.land-mark.biz/ut_img/public_images/foot/info_ttl6.gif" width="560" height="23" alt="返品・交換について"></a>
  19.             <img src="https://img0.land-mark.biz/ut_img/public_images/foot/info_cont6.png" width="560" height="236" alt="商品の返品は8日以内に返送ください">
  20.         </div>
  21.     </div>
  22.     <div id="order">
  23.         <img src="https://img0.land-mark.biz/ut_img/public_images/foot/order_list_ttl.gif" width="400" height="122" alt="ご注文実況中継" class="left">
  24.         <div class="left order-list-box" style="padding: 0;">
  25.             <iframe src="{{ eccube_config.S3_LM_DOC_PATH }}/front-public/files/order_list.html" width="398" height="1262" frameborder="0"></iframe>
  26.         </div>
  27.     </div>
  28. </div>
  29. {% if updatedContent ?? false %}
  30.     <div id="update-time-footer" class="update-time-wrapper">
  31.         <div class="update_time" style="line-height: 120%">
  32.             <p style="line-height: 1.8;font-size: 12px;">最終更新日: {{ get_updated_at() }}  ユニフォームタウンでは、独自の在庫連携システムにより、リアルタイムの在庫数を随時更新しています。</p>
  33.         </div>
  34.         <div class="page-top-text" style="margin: 0 0 13px"><a style="color: #551A8B;" href="#">ユニフォーム通販のページトップに戻る</a></div>
  35.     </div>
  36. {% endif  %}