很多美工或者淘宝店主都在苦恼,怎么自定义淘宝天猫店内的搜索框,让顾客更方便人性化的进行搜索,引导顾客。
1
我这有直接有直接做好的代码 如果有什么不懂的可以百度hi我 ,大家要别忘了赞一个的哦 !
2
<form target="_blank" action="http://shop122.taobao.com" name="SearchForm" method="get">
<input type="hidden" name="userId"/>
<input type="hidden" name="shopId" value="122"/>
<input type="hidden" name="view_type"/>
<input type="hidden" name="order_type"/>
<input type="hidden" name="search" value="y"/>
<input class="jlmkeywords" style="" name="keyword" size="30" value="奶粉"/>
<button class="jlmbutton" style="" type="submit" value="站内搜索">站内搜索</button>
</form>
这是粘贴板的,用起来更方便,别忘了收藏和赞我的哦
注意事项
代码的标点符号