使用自定義店招 將一下代碼放到合適的位置
<form class="focus" name="SearchForm" action="http://weiway.taobao.com" method="get" target="_blank"><input type="hidden" name="userId" value="" /><input type="hidden" name="shopId" value="73028132" /><input type="hidden" name="view_type" value="" /><input type="hidden" name="order_type" value="" /><input type="hidden" name="search" value="y" /><input id="J_ShopSKey" name="keyword" type="text" class="text J_SEKeyword" value="" style="width:190px;height:17px;"><button type="submit" class="button" style="border:1px solid gray;background:#ddd;">搜索商品</button></form>
請將里面的店鋪地址換為你的店鋪地址,shopid換為你的店鋪ID。
沒想到隨便貼的代碼還有人老找去問我。。看來是有人需要的,那就繼續貼一個。
把上面的代碼隨便改改,就可以把后面的提交按鈕換為圖片:
<form class="focus" name="SearchForm" action="http://weiway.taobao.com" method="get" target="_blank"><input type="hidden" name="userId" value="" /><input type="hidden" name="shopId" value="73028132" /><input type="hidden" name="view_type" value="" /><input type="hidden" name="order_type" value="" /><input type="hidden" name="search" value="y" /><input id="J_ShopSKey" name="keyword" type="text" class="text J_SEKeyword" value="" style="width:190px;height:17px;"><input type="image" src="http://xy19.net/images/search.gif" border="0" WIDTH="16" height="16" align=absmiddle></form>
希望能夠對需要的人有所幫助。