A template used for displaying search results that were returned by the online store's internal search engine.
Kuvaus
In addition to search results, you may want to display on this page also:
- Filtering tools and recommended search terms (applies only to paid plans)
- The search term entered by the customer
Sivupohjan ominaisuudet
- Sivupohjan sijainti
- themes/shop/THEME/search.html
- Sivupohjan URL
- /search?q=hakusana
- Asetettu näkyvyys
Toteutus oletusteemassa
{Helper(file:'helpers/header')}
<div id="SidebarBg">
<div id="Main" class="clearfix">
{Helper(file:'helpers/sidebar-left')}
<div id="Primary" class="Column">
{Helper(file:'helpers/searchresults', query: '{SearchKeyword}')}
</div>
{Helper(file:'helpers/sidebar-right')}
</div>
</div>
{Helper(file:'helpers/footer')}