{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}

{$lang.heading_order_date}

{$order->info.date_purchased|oos_date_long}

{$lang.heading_order_total}

{$order->info.total}

{$lang.heading_order_number} # {$smarty.get.order_id}

{$order->info.orders_status}
{if $order->delivery != false }
{$lang.heading_delivery_address}

{oos_address_format address_format_id=$order->delivery.format_id address=$order->delivery html=1}
{if $order->info.shipping_method }

{$lang.heading_shipping_method}

{$order->info.shipping_method} {/if} {/if}
{$lang.heading_billing_address}

{oos_address_format address_format_id=$order->billing.format_id address=$order->billing html=1}

{$lang.heading_payment_method}

{$order->info.payment_method}
{foreach item=products from=$order->products}

{$products.name}{if !empty($products.serial_number) }  ({$lang.serial}{$products.serial_number}){/if}

{if ( isset($products.attributes) && sizeof($products.attributes) gt 0 ) } {foreach item=attributes from=$products.attributes}
small>  - {$attributes.option}: {$attributes.value} {/foreach} {/if} {oos_display_price price=$products.final_price tax=$products.tax qty=$products.qty currency=$order->info.currency currency_value=$order->info.currency_value}
{/foreach}
{if $download} {$download} {/if}

{$lang.heading_order_history}

{foreach item=statuses from=$statuses_array}

{$statuses.date_added|oos_date_short}

{$statuses.orders_status_name}

{$statuses.comments|nl2br|stripslashes}

{/foreach}
{include file="phoenix/system/_footer.html"}