Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Шаблон All-CSS-NoTab не рилииет поиск по могдели


Recommended Posts

У меня бугдет магазин запчастей и поиск по "Могдели" (на самом гделе по каиложному номеру гдеили) очень нужен. All-CSS-NoTab симпатичная, но поиск по могдели зачем то выкинули.

Фикс:

--- /home/kon/devel/opencart/All-CSS-NoTab/template/product/search.tpl  2010-02-01 20:20:18.000000000 +0300+++ www/opencart/catalog/view/theme/All-CSS-NoTab/template/product/search.tpl   2010-05-10 16:43:15.434370731 [email protected]@ -36,6 +36,14 @@             <?php } ?>             <?php echo $entry_description; ?></td>         </tr>+               <tr>+          <td colspan="2"><?php if ($model) { ?>+            <input type="checkbox" name="model" id="model" checked="checked" />+            <?php } else { ?>+            <input type="checkbox" name="model" id="model" />+            <?php } ?>+            <?php echo $entry_model; ?></td>+        </tr>       </table>     </div>     <div class="buttons">@@ -120,8 +128,13 @@        if ($('#description').attr('checked')) {                url += '&description=1';        }++       if ($('#model').attr('checked')) {+        url += '&model=1';+    }         location = url; } //--></script>-<?php echo $footer; ?>  В конэто файла нет новой строки+<?php echo $footer; ?> +
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.