Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2008
    Posts
    12
    Plugin Contributions
    0

    red flag Moving search box into customized .htm header

    Hi,

    This is the website I am working on: http://www.constantcraving.net/zencart/#

    I would like to place a search engine below the wordings "Finders Keepers".

    I accessed search_header.php and pasted the code into my customized header.

    The search engine appeared and worked fine. The only problem is...

    It also appeared on the default zen cart horizontal bar header. If I turn it OFF using Tools--> Layout Box Controller, both search engines (on my custom header and default zen cart header) would disappear. I can understand why as the code was directly excerpted.

    My question is: What code should I use/modify to place a search box in my customized banner without affecting the default zen cart search header?

    I appreciate any help given. Thank you

  2. #2
    Join Date
    Sep 2006
    Posts
    542
    Plugin Contributions
    0

    Default Re: Moving search box into customized .htm header

    See if this will work

    <div id="navMainSearch"><form name="quick_find_header" action="http:www.yoursite.com/name of your shop/index.php?main_page=advanced_search_result" method="get"><input type="hidden" name="main_page" value="advanced_search_result" /><input type="hidden" name="search_in_description" value="1" /><input type="text" name="keyword" size="6" maxlength="30" style="width: 100px" value="Enter search keywords here" onfocus="if (this.value == 'Enter search keywords here') this.value = '';" onblur="if (this.value == '') this.value = 'Enter search keywords here';" />&nbsp;<input type="submit" value="Search" style="width: 45px" /></form></div>
    <br class="clearBoth" />
    </div>

 

 

Similar Threads

  1. Search box moving outside of header
    By noruga in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 May 2009, 09:56 PM
  2. Moving Search bar into header image and manufacturers dropdown
    By rickiesdiscount in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 11 Jan 2009, 08:21 PM
  3. Moving the search box in header
    By audiografix in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Apr 2008, 05:37 PM
  4. Moving Search Box to header
    By cariclaire in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Apr 2007, 01:54 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg