久久久久久久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>
                          • 主站蜘蛛池模板: 国产伦精品一区二区三区高清 | 国产夜恋视频在线观看 | 久久免费资源 | 神马久久av | 中文字幕第一页在线 | 羞羞视频网站免费观看 | 欧美一区2区三区3区公司 | 精品亚洲一区二区三区 | 精品久久国产 | 亚洲视频免费在线播放 | 欧美日韩亚洲视频 | 午夜精品视频一区 | 欧美精品在欧美一区二区 | 亚洲欧美日韩精品久久亚洲区 | 一区二区三区免费 | 欧美日韩电影一区二区 | 国产欧美日韩一区 | 欧美日韩国产欧美 | 国产一区二区三区在线 | 九九九视频精品 | 欧美三级免费观看 | 国产免费一区二区三区 | 二区av | 欧美精品一区二区三 | 欧美激情欧美激情在线五月 | 亚洲成年在线 | 免费黄色录像片 | 女同av亚洲女人天堂 | 午夜影院网站 | 91精品国产91久久久久久密臀 | 中文字幕在线一区二区三区 | 一区二区三区国产 | 午夜精品久久久 | 午夜精品福利视频 | 91视频.com | 91中文字幕在线 | 国产高清视频一区二区 | 黄色小视频入口 | 91久久国产精品 | 欧美a区 | 在线不卡 |