Order Search

How can I set the Order Search to default to HIDDEN that is used on index.php?dispatch=orders.search? It takes up so much space it would be best to default to hidden so customers

can see most recent orders easily.

I figured it out. Its not the best solution but it works for my needs.



EDIT customer/common_templates/section.tpl.



FIND:


{if $smarty.cookies.$id || $collapse}
{assign var="collapse" value=true}
{else}
{assign var="collapse" value=false}
{/if}




REPLACE WITH:



{if $smarty.cookies.$id || $collapse}
{assign var="collapse" value=true}
{else}
{assign var="collapse" value=true}
{/if}

@solesurvivor that don't work to me. v3.6