ecshop首页 怎么在产品搜索处加文章搜索框?

2016-07-07 15:17 来源:www.chinab4c.com 作者:ecshop专家

我的网站www.111golf.com 想在ecshop首页 的产品搜索处加文章搜索框,如何实现呢?求解答!

回答:
你去看下这个代码。就明白了
  1. <form action="{$search_url}" name="search_form" method="post" class="article_search">
  2. <input name="keywords" type="text" id="requirement" value="{$search_value}" class="inputBg" />
  3. <input name="id" type="hidden" value="{$cat_id}" />
  4. <input name="cur_url" id="cur_url" type="hidden" value="" />
  5. <input type="submit" value="{$lang.button_search}" class="bnt_blue_1" />
  6. </form>
复制代码