{include file="phoenix/system/_header.html"} {include file="phoenix/system/_breadcrumbs.html"} {if $message} {foreach $message as $info} {include file="phoenix/system/_message.html"} {/foreach} {/if}
{section name=i loop=$history}
{$lang.text_order_number} {$history[i].orders_id}
{$lang.text_order_status} {$history[i].orders_status_name}
{$lang.text_order_date} {$history[i].date_purchased|oos_date_long}
{$lang.text_order_shipped_to} {$history[i].delivery_name}
{$lang.text_order_products} {$history[i].products_total}
{$lang.text_order_cost} {$history[i].order_total}
{$lang.text_view_order}
{sectionelse} {/section}
{$pagination}
{include file="phoenix/system/_footer.html"}