Order Status

Hi, how can I set "order status" ( in My account) to be hide by default ?

https://prnt.sc/funqp8

Hi, how can I set "order status" ( in My account) to be hide by default ?

https://prnt.sc/funqp8

Hello!

You need to open the design/YOUR_THEME/templates/views/orders/search.tpl and replace this code:

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

with this one:

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

Hello!

You need to open the design/YOUR_THEME/templates/views/orders/search.tpl and replace this code:

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

with this one:

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

work's perfect ! Thank you Oleg !

work's perfect ! Thank you Oleg !

You are welcome!