{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% form_theme form 'Form/form_div_layout.twig' %}
<form method="get" class="customize_header_searchform" action="{{ path('product_list') }}">
{{ form_widget(form.category_id, {'id': null, 'attr': {'class': 'category_id'}}) }}
{{ form_widget(form.name, {'id': null, 'attr': {'class': 'search-name', 'placeholder' : '商品名または品番を入力してください' }} ) }}
<button class="customize_header_searchform_keywordBtn" type="submit">
<i class="ec-headerNav__itemIcon fas fa-search fa-fw"></i>
</button>
</form>