久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <tfoot id='fM04s'></tfoot>
    1. <i id='fM04s'><tr id='fM04s'><dt id='fM04s'><q id='fM04s'><span id='fM04s'><b id='fM04s'><form id='fM04s'><ins id='fM04s'></ins><ul id='fM04s'></ul><sub id='fM04s'></sub></form><legend id='fM04s'></legend><bdo id='fM04s'><pre id='fM04s'><center id='fM04s'></center></pre></bdo></b><th id='fM04s'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='fM04s'><tfoot id='fM04s'></tfoot><dl id='fM04s'><fieldset id='fM04s'></fieldset></dl></div>
      <legend id='fM04s'><style id='fM04s'><dir id='fM04s'><q id='fM04s'></q></dir></style></legend>

        <bdo id='fM04s'></bdo><ul id='fM04s'></ul>
    2. <small id='fM04s'></small><noframes id='fM04s'>

        OpenCart:下拉標題購物車信息的 div 在哪里?

        OpenCart: Where is the div for the drop down header cart info?(OpenCart:下拉標題購物車信息的 div 在哪里?)
          <bdo id='JxEiL'></bdo><ul id='JxEiL'></ul>

          <i id='JxEiL'><tr id='JxEiL'><dt id='JxEiL'><q id='JxEiL'><span id='JxEiL'><b id='JxEiL'><form id='JxEiL'><ins id='JxEiL'></ins><ul id='JxEiL'></ul><sub id='JxEiL'></sub></form><legend id='JxEiL'></legend><bdo id='JxEiL'><pre id='JxEiL'><center id='JxEiL'></center></pre></bdo></b><th id='JxEiL'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='JxEiL'><tfoot id='JxEiL'></tfoot><dl id='JxEiL'><fieldset id='JxEiL'></fieldset></dl></div>

            1. <tfoot id='JxEiL'></tfoot>
              1. <small id='JxEiL'></small><noframes id='JxEiL'>

                  <legend id='JxEiL'><style id='JxEiL'><dir id='JxEiL'><q id='JxEiL'></q></dir></style></legend>

                    <tbody id='JxEiL'></tbody>

                  本文介紹了OpenCart:下拉標題購物車信息的 div 在哪里?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我正在嘗試設置 OpenCart 的樣式,但是我很難找到哪個 TPL 文件包含當您單擊標題中的購物車圖標時出現的 div(向下滑動的迷你購物車" - 它允許您查看您的購物車而不去購物車頁面).

                  有誰知道我在哪里可以找到包含這個 div 的 .tpl 文件(在默認結構模板中)?謝謝

                  解決方案

                  為什么人們不給你投票?

                  #content DIV 位于 #cart DIV 中 - 您應該搜索過這個.

                  打開/catalog/view/theme/default/template/common/header.tpl

                  購物車標題在 echo

                  查看代碼視圖/catalog/view/theme/default/template/module/cart.tpl(v1.5.3.1版本)

                  該部分位于 .mini-cart-info 類的頂部.以下部分代碼片段的示例:

                  <div class="heading"><h4><?php echo $heading_title;?></h4><a><span id="cart-total"><?php echo $text_items;?></span></a></div><div class="內容"><?php if ($products || $vouchers) { ?><div class="mini-cart-info"><表格><?php foreach ($products as $product) { ?><tr><td class="image"><?php if ($product['thumb']) { ?><a href="<?php echo $product['href']; ?>"><img src="<?php echo $product['thumb']; ?>"alt="<?php echo $product['name']; ?>"title="<?php echo $product['name']; ?>"/></a><?php } ?></td><td class="name"><a href="<?php echo $product['href']; ?>"><?php echo $product['name'];?></a><div>

                  I am trying to style OpenCart but am having difficulty finding which TPL file holds the div that appears when you click the Shopping Cart icon in the header (the 'mini cart' that slides down - it allows you to view what's in your cart without going to the cart page).

                  Does anyone know where I can find the .tpl file that has this div (in the default structure template)? Thanks

                  解決方案

                  Why did people downvote you?

                  The #content DIV sits within the #cart DIV - you should have searched this.

                  Open /catalog/view/theme/default/template/common/header.tpl

                  The cart header is in the echo

                  <?php echo $cart; ?>
                  

                  To see the code view /catalog/view/theme/default/template/module/cart.tpl (in version v1.5.3.1)

                  The section is in the top within .mini-cart-info class. Example from some of the code snippet below:

                  <div id="cart">
                    <div class="heading">
                      <h4><?php echo $heading_title; ?></h4>
                      <a><span id="cart-total"><?php echo $text_items; ?></span></a></div>
                    <div class="content">
                      <?php if ($products || $vouchers) { ?>
                      <div class="mini-cart-info">
                        <table>
                          <?php foreach ($products as $product) { ?>
                          <tr>
                            <td class="image"><?php if ($product['thumb']) { ?>
                              <a href="<?php echo $product['href']; ?>"><img src="<?php echo $product['thumb']; ?>" alt="<?php echo $product['name']; ?>" title="<?php echo $product['name']; ?>" /></a>
                              <?php } ?></td>
                            <td class="name"><a href="<?php echo $product['href']; ?>"><?php echo $product['name']; ?></a>
                              <div>
                  

                  這篇關于OpenCart:下拉標題購物車信息的 div 在哪里?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Deadlock exception code for PHP, MySQL PDOException?(PHP、MySQL PDOException 的死鎖異常代碼?)
                  PHP PDO MySQL scrollable cursor doesn#39;t work(PHP PDO MySQL 可滾動游標不起作用)
                  PHP PDO ODBC connection(PHP PDO ODBC 連接)
                  Using PDO::FETCH_CLASS with Magic Methods(使用 PDO::FETCH_CLASS 和魔術方法)
                  php pdo get only one value from mysql; value that equals to variable(php pdo 只從 mysql 獲取一個值;等于變量的值)
                  MSSQL PDO could not find driver(MSSQL PDO 找不到驅動程序)

                  <tfoot id='KU931'></tfoot>
                      <tbody id='KU931'></tbody>

                      <small id='KU931'></small><noframes id='KU931'>

                      <legend id='KU931'><style id='KU931'><dir id='KU931'><q id='KU931'></q></dir></style></legend>

                        • <bdo id='KU931'></bdo><ul id='KU931'></ul>
                          • <i id='KU931'><tr id='KU931'><dt id='KU931'><q id='KU931'><span id='KU931'><b id='KU931'><form id='KU931'><ins id='KU931'></ins><ul id='KU931'></ul><sub id='KU931'></sub></form><legend id='KU931'></legend><bdo id='KU931'><pre id='KU931'><center id='KU931'></center></pre></bdo></b><th id='KU931'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='KU931'><tfoot id='KU931'></tfoot><dl id='KU931'><fieldset id='KU931'></fieldset></dl></div>
                          • 主站蜘蛛池模板: 久久久久久毛片免费观看 | 亚洲一卡二卡 | 91视频日本| 精品一区二区电影 | 午夜视频在线播放 | 99久久精品一区二区毛片吞精 | 国产精品福利网站 | 日本人麻豆 | 九九九精品视频 | 日韩亚洲一区二区 | 国产区第一页 | 久久在线看 | 免费看一区二区三区 | 成人福利网 | 欧美日韩国产中文字幕 | 九九免费视频 | 日韩免费高清视频 | 国产精品一二三区 | 国产四虎| 亚洲成人国产 | 久久久观看| 国产一区 在线视频 | 亚洲美女天堂网 | 欧美福利视频 | 日韩欧美在线观看一区 | 日韩在线视频免费观看 | 国产黄色在线观看 | 午夜精品在线 | 国产91av视频在线观看 | 国产清纯白嫩初高生视频在线观看 | 天堂av在线影院 | 中文字幕视频在线观看 | 一区二区成人 | 国产美女一区 | 黄色在线免费观看 | 日韩精品一区二区三区视频播放 | 亚洲国产高清高潮精品美女 | 在线国产一区二区 | 中文字幕亚洲精品 | 国产精品区一区二 | 免费在线国产视频 |