dgdizayn
OpenCart-TR
- Katılım
- 24 Kas 2009
- Mesajlar
- 62
- Tepkime puanı
- 0
- Puanları
- 0
Opencart 1.5x common/header.tpl dosyası icinde search bolumu kodunu degistirmek istiyorum yardımcı olurmusunuz
Opencarttaki kod
Koymak istedigim kod
Bir türlü o kodu oraya gömemedim. Lütfen arkadaslar yardım edin
Opencarttaki kod
PHP:
<div id="search">
<div class="button-search"></div>
<?php if ($filter_name) { ?>
<input type="text" name="filter_name" value="<?php echo $filter_name; ?>" />
<?php } else { ?>
<input type="text" name="filter_name" value="<?php echo $text_search; ?>" onclick="this.value = '';" onkeydown="this.style.color = '#000000';" />
<?php } ?>
</div>
Koymak istedigim kod
PHP:
<div class="search fleft">
<form name="QuickSearchFrom" action="http://www.xxx.com/index.php?do=catalog/exec&ref=search" method="POST">
<input type="hidden" name="QuickSearch" value="1">
<input type="text" class="searchInputClass QuickSearchBar" name="label" value="Ürün Arama" onclick="if(this.value=="Ürün Arama"){this.value="";}">
<input type="submit" name="Submit" class="searchButton" value>
</form>
</div>
Bir türlü o kodu oraya gömemedim. Lütfen arkadaslar yardım edin