有人知道您是否可以在Ebay列表中搜索输入?我不是在谈论Ebay商店,因为我知道你可以为他们服务。
答案 0 :(得分:3)
绝对!
以下是一些很好的例子,只是为了证明这一点:
这是一个很好的例子。请注意,您必须将http://stores.ebay.com/storeId/替换为您自己的商店网址。:
以下内容应放在模板源中:
<form action="http://stores.ebay.com/storeId/" target="_blank">
<input name="_nkw" placeholder="Search by brand or keyword...">
<input type="submit" value="Search">
</form>
另请注意,target="_blank"
至关重要,否则eBay在iframe中所包含的商家信息将继续在iframe中重新加载。
答案 1 :(得分:0)
您可以使用以下更改商店名称
<div id="SearchBox"><form action="http://stores.ebay.com/STORENAME/" id="ga_search" target="_top" style="padding-top: 54px;">
<input type="text" style="width: 205px; height:40px; display: block; float:left;border: none;outline: none;background: transparent;padding-left: 20px;font-size: 18px;" class="searchbox" name="_nkw" value="">
<input name="Submit" type="submit" style="height:40px; display: block; border-style: none; float:left; background: none; cursor: pointer;padding:10px 22px;" class="searchbox_submit" value=" "></form>
</div>