{load_language_text section="account"} {load_language_text section="downloads" name="downloads"} {load_language_text section="buttons" name="button"} {load_language_text section="general" name="general"}

{$txt.heading_account}

{include file="get_usermod:{$tpl_path}snippets/alert_message.html" message=$error_message type="danger"}

{$txt.text_welcome}

{$txt.title_account}

{if $order_content}

{$txt.title_orders}

{foreach name=aussen item=order_data from=$order_content} {/foreach}
{$txt.text_date|replace:":":""} {$txt.order_nr|replace:":":""} {$txt.order_status|replace:":":""} {$txt.order_total|replace:":":""}    
{$order_data.ORDER_DATE} {$order_data.ORDER_ID} {$order_data.ORDER_STATUS} {$order_data.ORDER_TOTAL} {if $order_data.downloads_data}
    {foreach name=innen item=download_data from=$order_data.downloads_data}
  • {if $download_data.DELAY_MESSAGE == ''} {$download_data.PRODUCTS_NAME} {else} {$download_data.PRODUCTS_NAME} {/if} {if $download_data.DELAY_MESSAGE == ''} {$downloads.text_download_count} {$download_data.COUNT} {$downloads.text_download_date} {$download_data.DATE_SHORT} {/if} {if $download_data.DELAY_MESSAGE != ''} {$download_data.DELAY_MESSAGE} {elseif $download_data.LINK != '' && $download_data.COUNT > 0} {$button.download} {/if}
  • {/foreach}
{else}   {/if}
{$button.show}
{$general.SHOW_ALL}
{/if} {if $products_history}

{$txt.title_viewed_products}

{product_listing products=$products_history id="products-history" truncate=$TRUNCATE_PRODUCTS_NAME template="snippets/product_listing/product_listing.html" showManufacturerImages=$showManufacturerImages showProductRibbons=$showProductRibbons showRating=$showRating}
{/if}