{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_comments#} {$ORDER_COMMENTS}
{/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}
{#head_units#} {#head_products#} {#head_artnr#} {#head_single_price#} {#head_price#}
{$order_values.PRODUCTS_QTY} x
{$order_values.PRODUCTS_NAME}{$order_values.PRODUCTS_ATTRIBUTES}{if $order_values.PRODUCTS_SHIPPING_TIME neq ''}
{#text_shippingtime#} {$order_values.PRODUCTS_SHIPPING_TIME}
{/if}
{$order_values.PRODUCTS_MODEL}{$order_values.PRODUCTS_ATTRIBUTES_MODEL} {$order_values.PRODUCTS_SINGLE_PRICE} {$order_values.PRODUCTS_PRICE}

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