{extends file="admin-layout.tpl"} {block name="no-return-functions"} {$admin_current_location = 'customer'} {/block} {block name="page-title"}{intl l='Edit a customer'}{/block} {block name="check-resource"}admin.customer{/block} {block name="check-access"}view{/block} {block name="main-content"}
{intl l="Order n°"} | {intl l="Date & Hour"} | {intl l="Amount"} | {intl l="Status"} | {hook name="customer.orders-table-header" location="orders_table_header" customer_id=$customer_id }|||
---|---|---|---|---|---|---|
{$REF} | {format_date date=$CREATE_DATE} | {format_money number=$TOTAL_TAXED_AMOUNT} | {$orderStatus} | {hook name="customer.orders-table-row" location="orders_table_row" customer_id=$customer_id order_id=$ID}|||
{intl l="No orders fo this customer."}
|
||||||
{include file = "includes/pagination.html" page_param_name = "order_page" loop_ref = "order-list" max_page_count = 10 page_url = {url path="/admin/customer/update" customer_id=$customer_id page=$page} page_param_name = "page_order" } |