Used in any HTML template to generate the URL of the search results page.
Requirements / Prerequisites
Use this QuickCode Tag as the "action" in any search forms in your store.
Example of Use
The following content in the web page's template: <form action="{URL-SEARCH-RESULTS}" method="post" name="search_form" id="search_form">
<input type="text" value="" id="example" size="30" class="example" name="example" />
<input name="example" type="submit" id="example" value="Search" />
</form>
Will display the following when viewing that web page in the storefront:
Source Code
Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {URL-SEARCH-RESULTS} QuickCode Tag is changed into the source code below prior to the web page being displayed.