Search found 8 matches

Page 1 of 1

Search found 8 matches

Re: Search button search icon position (bootstrap)

Open "search.tpl" in your template folder and try to change button class from:

Code: Select all

class="btn btn-default btn-lg
to

Code: Select all

class="btn btn-default btn-md
or

Code: Select all

class="btn btn-default btn-xs

Jump to post
  • Mon May 30, 2016 1:18 am
  • Replies 8
  • Views 1630
Re: Not able to access "Total Customer" section in Dashboard

I also have the same error... :-[ as of May 29, 2016, OpenCart version: 2.2.0.0

Parse error: syntax error, unexpected '&&' (T_BOOLEAN_AND), expecting ')' in /home/seafoode/public_html/system/storage/modification/admin/controller/customer/customer.php on line 1105

Jump to post
  • Mon May 30, 2016 1:13 am
  • Replies 3
  • Views 6252
Re: Position "cart button" and "search box" in nav menu (1 l

Thank you very much Viethemes, I appreciate and respect your help!Image

Jump to post
  • Thu May 26, 2016 3:25 am
  • Replies 6
  • Views 6381
Re: Position "cart button" and "search box" in nav menu (1 l

Update: I managed to do what I wanted by putting "search-box" in a separate div, but still inside <nav>: <div style="float:right;"><?php echo $search; ?></div> The only problem I know have, the "search-box" becomes "ugly" when I check mobile view in Chrome...

Jump to post
  • Wed May 25, 2016 10:35 am
  • Replies 6
  • Views 6381
Re: Position "cart button" and "search box" in nav menu (1 l

viethemes wrote:Are you using a custom theme? Please provide your site URL so we can take a look at it closer.
I uploaded my theme to http://futios.net/market/

Could please suggest what should be done in order to put "search-box" into most left position inside a menu box?

Thank you very much!

Jump to post
  • Wed May 25, 2016 10:05 am
  • Replies 6
  • Views 6381
Re: Position "cart button" and "search box" in nav menu (1 l

viethemes wrote:Are you using a custom theme? Please provide your site URL so we can take a look at it closer.
Thank you for your reply, I currently using Xampp on my local PC to customize the default template. I will upload my theme somewhere to show you, thank you!

Jump to post
  • Mon May 23, 2016 11:51 pm
  • Replies 6
  • Views 6381
Re: Checkout button

You need to open and edit "header.tpl" file in the following folder:

\storefolder\catalog\view\theme\default\template\common

Open in notepad, find and remove the following code:

Code: Select all

<?php echo $cart; ?>

Jump to post
  • Sun May 22, 2016 4:09 am
  • Replies 2
  • Views 597
Position "cart button" and "search box" in nav menu (1 line)

Hello, Could please help me to position a "search-box" and "cart-button" on one level with navigation menu bar, but pulled to the outermost right side? I tried to paste divs with into menu containing the cart's and search box PHP, but it immediately goes to another row. http://s3...

Jump to post
  • Sun May 22, 2016 4:02 am
  • Replies 6
  • Views 6381

Page 1 of 1

Search found 8 matches