{include file="$tpl_dir./breadcrumb.tpl"} {if $page_name == 'payment'}
{assign var='current_step' value='payment'} {include file="$tpl_dir./order-steps.tpl"} {/if} {if $nbProducts <= 0}

{l s='Your shopping cart is empty.'}

{else}
{$bankwireName}
{l s='You have chosen to pay by ' mod='bankwirethai'} {$bankwireName}.
{l s='A/C Name:' mod='bankwirethai'}
{$bankwireOwner}

{l s='A/C No.:' mod='bankwirethai'}
{$bankwireAcnumber}

{l s='Branch:' mod='bankwirethai'}
{$bankwireBranch}

{l s='The total amount of your order is' mod='bankwirethai'}
{if $currencies|@count > 1} {foreach from=$currencies item=currency} {/foreach} {else} {convertPriceWithCurrency price=$total currency=$currencies.0} {/if} {l s='(tax incl.)' mod='bankwirethai'}
{if $currencies|@count > 1} {l s='We accept several currencies to be sent by' mod='bankwirethai'}{$bankwireName}.
{l s='Choose one of the following:' mod='bankwirethai'} {else} {l s='We accept the following currency to be sent by bank wire:' mod='bankwirethai'} -> {$currencies.0.name} {/if}

{l s='Other payment methods' mod='bankwirethai'}

{/if} {if $page_name == 'payment'}
{/if}