I'm trying to use custom search form. Search function is not working at this moment, why?
This is the current code. Opencart 1.5.6, address www.digitaltrade.eu
Code: Select all
<div id="search">
<form method="get" action="search" id="search">
<input type="text" name="search" placeholder="<?php echo $text_search; ?>" value="<?php echo $search; ?>" />
</form>
</div>