{config_load file=$language_path section="general"} {if !$TRANSACTION and !$SHIPPINGS} {yes_admin_page_menu additional_title=$ADDITIONAL_HEADING_TITLE main_title=$HEADING_TITLE buttons=$PAGE_HEADING_MENU_BUTTONS} {/if} {if $ERROR_MSG != ''}
Secupay Error: {$ERROR_MSG}
{/if} {if $TRANSACTION}
Status
-{$TRANSACTION->status}- {$TRANSACTION->basket_info->sum / 100} {$TRANSACTION->basket_info->currency} {$TRANSACTION->payment_method} {$TRANSACTION->intent} {if $TRANSACTION->is_demo == '1'}DEMO{/if}
Merchant
{$TRANSACTION->merchant->companyname} (#{$TRANSACTION->merchant->id})
Contract
{$TRANSACTION->contract->id}
Customer
#{$TRANSACTION->customer->id}
{if $TRANSACTION->customer->contact->companyname != ''} {$TRANSACTION->customer->contact->companyname}
{/if} {$TRANSACTION->customer->contact->name}
{$TRANSACTION->customer->contact->email}
{$TRANSACTION->customer->contact->address->street} {$TRANSACTION->customer->contact->address->street_number}
{if $TRANSACTION->customer->contact->address->additional_address_data != ''} {$TRANSACTION->customer->contact->address->additional_address_data}
{/if} {$TRANSACTION->customer->contact->address->country} {$TRANSACTION->customer->contact->address->postal_code} {$TRANSACTION->customer->contact->address->city}
Payment Transactions
{foreach from=$TRANSACTION->transactions item=T} Trans ID: {$T->trans_id} ({$T->object})
ID: {$T->id}
{/foreach}
{#date_added#}
{$TRANSACTION->created}
{#date_last_modified#}
{$TRANSACTION->updated}
{if $TRANSACTION->payment_instructions->girocode_url != ''}
Payment Instructions
Giro Code URL IBAN: {$TRANSACTION->payment_instructions->iban}
BIC: {$TRANSACTION->payment_instructions->bic}
Owner: {$TRANSACTION->payment_instructions->owner}
Bank: {$TRANSACTION->payment_instructions->bankname}
Subject (VWZ): {$TRANSACTION->payment_instructions->purpose}
{/if}
{elseif $SHIPPINGS}
{$SHIPPINGS}
{#select_all#}   {#unselect_all#}  
{else} {$DATA} {if $PAGING.back != ''} {/if} Page {$PAGING.page} / {$PAGING.total_pages} (Total: {$PAGING.total_items}) {if $PAGING.next != ''} {/if} {/if}