{load_language_text section="account_history_info"} {load_language_text section="buttons" name="button"} {load_language_text section="withdrawal" name="withdrawal"} {block name="module_account_history_info"} {block name="module_account_history_info_title"}

{$txt.heading_history_info}

{/block} {block name="module_account_history_info_order"}
{block name="module_account_history_info_order_number_label"}
{$txt.label_order_number}
{/block} {block name="module_account_history_info_order_number"}
{$ORDER_NUMBER} ({$ORDER_STATUS})
{/block} {block name="module_account_history_info_order_date_label"}
{$txt.label_order_date}
{/block} {block name="module_account_history_info_order_date"}
{$ORDER_DATE}
{/block}
{/block} {block name="module_account_history_info_addresses"}
{block name="module_account_history_info_shipping_title"}

{$txt.title_shipping_address}

{/block} {block name="module_account_history_info_shipping_address"}

{$DELIVERY_LABEL}

{/block} {block name="module_account_history_info_billing_if"} {if $BILLING_LABEL} {block name="module_account_history_info_billing_title"}

{$txt.title_payment_address}

{/block} {block name="module_account_history_info_billing_address"}

{$BILLING_LABEL}

{/block} {/if} {/block}
{/block} {block name="module_account_history_info_shipping_method_if"} {if $SHIPPING_METHOD} {block name="module_account_history_info_shipping_method"}
{block name="module_account_history_info_shipping_method_title"}

{$txt.title_shipping_method}

{/block} {block name="module_account_history_info_shipping_method_text"}

{$SHIPPING_METHOD}

{/block} {block name="module_account_history_info_shipping_method_tracking_if"} {if $PARCEL_TRACKING_CODES_ARRAY} {block name="module_account_history_info_shipping_method_tracking"}

{$txt.parcel_tracking_codes}

{foreach item=PARCEL_TRACKING_CODE from=$PARCEL_TRACKING_CODES_ARRAY} {block name="module_account_history_info_shipping_method_tracking_code"} {$PARCEL_TRACKING_CODE->getTrackingCode()|escape} ({$PARCEL_TRACKING_CODE->getServiceName()|escape})
{$PARCEL_TRACKING_CODE->getServiceComment()|nl2br} {/block} {/foreach}

{/block} {/if} {/block}
{/block} {/if} {/block} {block name="module_account_history_info_billing_method_if"} {if $PAYMENT_METHOD} {block name="module_account_history_info_billing_method"}
{block name="module_account_history_info_billing_method_title"}

{$txt.title_payment_method}

{/block} {block name="module_account_history_info_billing_method_text"}

{$PAYMENT_METHOD}

{/block}
{/block} {/if} {/block} {block name="module_account_history_info_history_if"} {if $history_data} {block name="module_account_history_info_history"}
{block name="module_account_history_info_history_title"}

{$txt.title_history}

{/block}

{foreach item=history_item from=$history_data} {block name="module_account_history_info_history_summary"}

{block name="module_account_history_info_history_date"}
{$history_item.date}:
{/block} {block name="module_account_history_info_history_status"}
{$history_item.status_name} {block name="module_account_history_info_history_comment_if"} {if $history_item.comments} {block name="module_account_history_info_history_comment"}
{$history_item.comments|htmlspecialchars|nl2br} {/block} {/if} {/block}
{/block}
{/block} {/foreach}

{/block} {/if} {/block} {block name="module_account_history_info_products"} {block name="module_account_history_info_products_title"}

{$txt.title_products}

{/block} {block name="module_account_history_info_products_summary"} {include file="get_usermod:{$tpl_path}snippets/order/account_history_order.html"} {/block} {/block} {block name="module_account_history_info_downloads_if"} {if $downloads_content != '' || $abandonment_download || $abandonment_service} {block name="module_account_history_info_downloads"}
{block name="module_account_history_info_download_list"} {/block}
{/block} {/if} {/block} {block name="module_account_history_info_withdrawal_if"} {if $WITHDRAWAL_LINK && ($WITHDRAWAL_WEBFORM_ACTIVE == '1' || $WITHDRAWAL_PDF_ACTIVE == '1')} {block name="module_account_history_info_withdrawal"} {block name="module_account_history_info_withdrawal_title"}

ยง {$withdrawal.withdrawal_form}

{/block} {block name="module_account_history_info_withdrawal_summary"}
{block name="module_account_history_info_pdf_if"} {if $WITHDRAWAL_PDF_ACTIVE == '1'} {block name="module_account_history_info_pdf"}
{$withdrawal.pdf_text}:
{$withdrawal.pdf_link_text}
{/block} {/if} {/block} {block name="module_account_history_info_webform_if"} {if $WITHDRAWAL_WEBFORM_ACTIVE == '1'} {block name="module_account_history_info_webform"}
{$withdrawal.form_text}:
{$withdrawal.form_link_text}
{/block} {/if} {/block} {block name="module_account_history_info_pdf_info_if"} {if $WITHDRAWAL_PDF_ACTIVE == '1'} {block name="module_account_history_info_pdf_info"}
 
{$withdrawal.pdf_info}
{/block} {/if} {/block}
{/block} {/block} {/if} {/block} {block name="module_account_history_info_buttons"}
{block name="module_account_history_info_buttons_back"} {$button.back} {/block}
{block name="module_account_history_info_buttons_print"} {$button.print} {/block}
{/block} {/block}