{load_language_text section="account_history_info"} {load_language_text section="buttons" name="button"} {load_language_text section="withdrawal" name="withdrawal"}

{$txt.heading_history_info}

{$txt.label_order_number} {$ORDER_NUMBER} ({$ORDER_STATUS})
{$txt.label_order_date} {$ORDER_DATE}

{$txt.title_shipping_address}

{$DELIVERY_LABEL}

{if $BILLING_LABEL}

{$txt.title_payment_address}

{$BILLING_LABEL}

{/if}
{if $SHIPPING_METHOD}

{$txt.title_shipping_method}

{$SHIPPING_METHOD}

{if $PARCEL_TRACKING_CODES_ARRAY}

{$txt.parcel_tracking_codes}

{foreach item=PARCEL_TRACKING_CODE from=$PARCEL_TRACKING_CODES_ARRAY} {$PARCEL_TRACKING_CODE->getTrackingCode()|escape} ({$PARCEL_TRACKING_CODE->getServiceName()|escape})
{$PARCEL_TRACKING_CODE->getServiceComment()|nl2br}

{/foreach}

{/if} {/if} {if $PAYMENT_METHOD}

{$txt.title_payment_method}

{$PAYMENT_METHOD}

{/if} {if $history_data}

{$txt.title_history}

{foreach item=history_item from=$history_data} {$history_item.date}: {$history_item.status_name} {if $history_item.comments}

{$history_item.comments|htmlspecialchars|nl2br}
{/if}
{/foreach}

{/if}

{$txt.title_products}

{foreach name=aussen item=order_values from=$order_data} {/foreach} {foreach name=order_total_values item=order_total_values from=$order_total} {/foreach}
{$txt.head_units} {$txt.head_products} {$txt.head_artnr} {$txt.head_single_price} {$txt.head_price}
{$order_values.PRODUCTS_QTY} {if $order_values.UNIT}{$order_values.UNIT}{else}x{/if} {$order_values.PRODUCTS_NAME} {$order_values.PRODUCTS_ATTRIBUTES} {foreach item=prop_item_array from=$order_values.PRODUCTS_PROPERTIES}
{$prop_item_array.properties_name}: {$prop_item_array.values_name} {/foreach} {if $order_values.PRODUCTS_SHIPPING_TIME neq ''}
{$txt.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}
{$order_total_values.TITLE} {$order_total_values.TEXT}
{if $downloads_content neq ''}

{$downloads_content} {/if} {if $abandonment_download}

{$abandonment_download} {/if} {if $abandonment_service}

{$abandonment_service} {/if} {if $WITHDRAWAL_LINK && ($WITHDRAWAL_WEBFORM_ACTIVE == '1' || $WITHDRAWAL_PDF_ACTIVE == '1')}

ยง {$withdrawal.withdrawal_form}

{if $WITHDRAWAL_PDF_ACTIVE == '1'}{$withdrawal.pdf_text}: {$withdrawal.pdf_link_text}
{/if} {if $WITHDRAWAL_WEBFORM_ACTIVE == '1'}{$withdrawal.form_text}: {$withdrawal.form_link_text}
{/if} {if $WITHDRAWAL_PDF_ACTIVE == '1'}

{$withdrawal.pdf_info}{/if}

{/if}

{$button.back} {$button.print}