Display Search Form Anywhere in Your Site

Please use the snippet below to display the Search Form:
<%navigateshowsearch "form element name", "label caption", "Yes/No"%>

 

Note:

Form element name = a unique name of your choice

Label caption = caption for the Search Form.

Yes/No = enter “Yes” to display “Advanced Search” link.

 

For example, if you wish to display the Search Form at the top of the “Welcome to my Online Store” text, then please follow the steps below:

 

1.   Open the “shoppage_header.htm file located in the “templates\default folder.

 

2.   Insert this snippet at the very bottom line of the file:

<%navigateshowsearch "searchform1", "Search Product", "Yes"%>

 

3.   Save the file and upload to your site.

 

Note: The insertion of the snippet at the bottom line of the file as stated above is just an example. You can insert that snippet anywhere in your site. The possible template could be placed in shoppage_header.htm or shoppage_trailer.htm.

Preview of the example :