Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
я пробовал разные шаблоны, но поиск не работает, а происходит переход на главную.
но когда выбираешь категорию там поиск работает...
if (isset($_GET["adv_search"])) $smarty->assign("adv_search", $_GET["adv_search"]);
if (isset($_GET["searchstring"])) $smarty->xassign("searchstring", $_GET["searchstring"]);
<center>
<form action="index.php" method="GET">
<b>Поиск товаров</b>
<br>
{section name=i loop=$searchstrings}
<input type='hidden' name='search_string_{$smarty.section.i.index}' value="{$searchstrings[i]}">
{/section}
<input class="b" type="text" name="searchstring" value="{$searchstring|default:""}">
<input type="image" src="/images/button.gif" alt="Введите название" >
</form>
</center>