Making "hide" Option As Default For Seach Options Form

I want to make “Hide” option default as default for Order Seach Options Form.(index.php?dispatch=orders.search) I don’t want customers to see this form. How to do this?

screen.PNG

please check “design/themes/responsive/templates/views/orders/search.tpl”, you should replace with this line:

{include file="common/section.tpl" section_title=__("search_options") section_content=$smarty.capture.section class="ty-search-form"}

with:

{include file="common/section.tpl" section_title=__("search_options") section_content=$smarty.capture.section class="ty-search-form" collapse=true}

[quote name='Damir (WSA-team)' timestamp='1427957387' post='209935']

please check “design/themes/responsive/templates/views/orders/search.tpl”, you should replace with this line:

{include file="common/section.tpl" section_title=__("search_options") section_content=$smarty.capture.section class="ty-search-form"}

with:

{include file="common/section.tpl" section_title=__("search_options") section_content=$smarty.capture.section class="ty-search-form" collapse=true}

[/quote]



Thank you. Great.

you'r welcome