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

{include file="get_usermod:{$tpl_path}snippets/order/account_history_order.html"} {if $downloads_content != '' || $abandonment_download || $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}