Search found 8 matches

Page 1 of 1

Search found 8 matches

Re: Help configuring the image layout in the Featured Banner

Update your stylesheet.css #menu { - background: #585858; + background: #906; /* menu bg*/ } #menu > ul > li:hover { - background: #000; + background: #a03; /* menu hover bg*/ } #menu > ul > li > div { - background: #FFFFFF; + background: #990066; /* sub menu bg*/ - background: url('../image/menu.pn...

Jump to post
  • Sun Aug 21, 2011 9:55 pm
  • Replies 3
  • Views 772
Re: 1.5.1.1 editing

Notepad++ is great.

Jump to post
  • Sun Aug 21, 2011 8:57 pm
  • Replies 4
  • Views 657
Re: [1.5]Count item number like wishlist for Cart on header

It is just jQuery, easier than javascript. In fact it is javascript too. But it is easy to learn, and write less do a lot for you.
jQuery is poision, and I want to do almost everything with jQuery. :laugh:

Jump to post
  • Thu Aug 04, 2011 3:09 am
  • Replies 10
  • Views 19438
Re: [1.5]Count item number like wishlist for Cart on header

After these changes, whenever refresh the page, it will always display right num.

Enjoy it. :crazy:

Jump to post
  • Thu Aug 04, 2011 2:38 am
  • Replies 10
  • Views 19438
Re: [1.5]Count item number like wishlist for Cart on header

Modify "catalog\controller\common\header.php" $this->data['text_cart'] = sprintf($this->language->get('text_cart'), ($this->cart->countProducts() + (isset($this->session->data['vouchers']) ? count($this->session->data['vouchers']) : 0))); Modify "catalog\language\english\common\header...

Jump to post
  • Thu Aug 04, 2011 2:36 am
  • Replies 10
  • Views 19438
Re: [1.5]Count item number like wishlist for Cart on header

header.tpl <a id=" mini_cart " href="<?php echo $cart; ?>"><?php echo $text_cart; ?></a> <!--Add id "mini_cart" to "Shopping Cart", So we can easily change the content by jQuery script --> <div class="links"><a href="<?php echo $home; ?>"><...

Jump to post
  • Thu Aug 04, 2011 2:07 am
  • Replies 10
  • Views 19438
Re: [SOLVED][1.5] one more level of sub category!

I may write some jquery code, Change the css style of sub-categories. Add these code to the end of Your_Template/template/header.tpl <script type="text/javascript"> $(document).ready(function(){ $('.box-category ul li ul').css("display","block"); //$('.box-category ul l...

Jump to post
  • Thu Aug 04, 2011 1:02 am
  • Replies 64
  • Views 124147
Re: opencart MVC結構

贊一個 ;D

Jump to post
  • Sat Jul 30, 2011 6:48 pm
  • Replies 2
  • Views 2785

Page 1 of 1

Search found 8 matches