{config_load file="$language/lang.conf" section="account_history_info"} {config_load file="$language/lang.conf" section="print_order"} {config_load file="$language/lang.conf" section="product_info"}

{#heading_history_info#}

{#text_oid#}{$ORDER_NUMBER} ({$ORDER_STATUS})
{#text_date#} {$ORDER_DATE}

{#text_shipping_address#}
{$DELIVERY_LABEL}
{if $BILLING_LABEL}{#text_payment_address#}
{$BILLING_LABEL}{/if}

 


{#text_shipping_method#} {$SHIPPING_METHOD}
{if $PAYMENT_METHOD}{#text_payment_method#}
{$PAYMENT_METHOD}
{/if}
{if $ORDER_COMMENTS!=''} {#text_payment_info#}

{/if} {if $PAYMENT_INFORMATION!=''} {#text_payment_info#}
{$PAYMENT_INFORMATION}

{/if} {#title_history#}
{$HISTORY_BLOCK}

{#text_products#}

 

{foreach name=aussen item=order_values from=$order_data}

 

 
{/foreach}
{foreach name=aussen item=order_total_values from=$order_total} {$order_total_values.TITLE} {$order_total_values.TEXT}
{/foreach}

 

{if $downloads_content neq ''}
{$downloads_content}
{/if}

{$BUTTON_PRINT}

{$BUTTON_BACK}