{* new orders list *}

{'ordr_order_list'|transcape}

{$MessageBlock} {if $page_enabled}
{if $order_statuses} : {foreach from=$order_statuses item=_status}
({$_status.orders_count})
{/foreach} {/if}
:

{if $orders}

{include file="backend/gridheader.tpl.html"} {section name=i loop=$orders} {assign var=order_url value="ukey=admin_order_detailed&orderID=`$orders[i].orderID`&rdid=`$CurrentDivision.id`"|set_query_html} {assign var=order_statusID value=$orders[i].statusID} {/section}
{$orders[i].orderID_view} {$orders[i].order_time} {$orders[i].customer_firstname} {$orders[i].customer_lastname} {$orders[i].payment_type|default:' '} {$orders[i].shipping_type|default:' '}{if $orders[i].shippingServiceInfo} ({$orders[i].shippingServiceInfo}){/if} {$orders[i].order_amount} {$orders[i].OrderStatus|default:' '}
{include file="backend/lister.tpl.html"}
{$TotalFound}
{if $order_statuses} {foreach from=$order_statuses item=_status} {if $_status.selected == 1} {$_status.status_name}:{$_status.orders_count} ({$_status.orders_amount_display})
{/if} {/foreach} {/if} {lbl_str_total}: {$TotalCount} ({$total_statuses_amount})
 

* {"ordr_msg_about_prices"|translate}

{if $orders_has_been_exported_succefully != 1}

{"export_orderlist_to_csv"|translate}

{lbl_prdimport_file_charset}

{/if}
{else}

{"srch_no_matches_found"|translate}

{/if}
{/if}