Quote Originally Posted by justjoshenu View Post
I have been avoiding posting, but I can't seem to find a solution so here it goes...

My Search button acts very funny....

1. The "search" image button is not overridden by the search button in the template package...

2. I cannot get the search to just show up on top (in the navMain) and not in the lower part as well...I think it was coded this way, but can't be sure...

Any suggestions?
The zen cart search button defaults to just a default form submit button. On my test site I have the updated Css Buttons installed, so that is why it is using my custom button.

You can override this function by opening up includes/templates/YOUR_TEMPLATE/sideboxes/tpl_search_header.php

and make line 19 match line 17.

As for the search, try making sure that in "Tools" "layout Boxes Controller", you have tpl_search_header.php OFF for the LEFT/RIGHT column status and ON for the header only.