{* transaction result *} {include file="header.tpl.html" header=$smarty.const.STRING_TRANSACTRESULT}
{if $TransactionResult eq 'success'} {$smarty.const.STRING_TRANSACTION_RESULT_SUCCESS} {elseif $TransactionResult eq 'failure'} {$smarty.const.STRING_TRANSACTION_RESULT_FAILURE} {/if} {if $log ne "" && $orderID ne ""}{$smarty.const.STRING_TRANSACTRESULT_REDIRECT}{$smarty.const.STRING_TRANSACTRESULT_GO}{/if} |