Witam, po wrzuceniu motywu wyskakuje następujący błąd w miejscu okienka do szukania:
Notice: Undefined variable: filter_name in /home/#/public_html/#/catalog/view/theme/leisure/template/common/header.tpl on line 124
a sama linijka wygląda tak:
<!--Responsive NAV-->
<!--Search Starts-->
<div id="search" class="header_search">
<?php if ($filter_name) { ?>
<input type="text" name="filter_name" value="<?php echo $filter_name; ?>" class="input-text" autocomplete="off" placeholder="<?php echo $text_search; ?>" />
<?php } else { ?>
<input type="text" name="filter_name" value="<?php echo $text_search; ?>" onclick="this.value = '';" class="input-text" autocomplete="off" placeholder="<?php echo $text_search; ?>" />
<?php } ?>
<button type="submit" title="<?php echo $text_search; ?>" class="button-search"></button>
</div>
<!--Search Ends-->
pomoże ktoś??