{include file="phoenix/system/_header.html"} {include file="phoenix/system/_breadcrumbs.html"} {if $message} {foreach $message as $info} {include file="phoenix/system/_message.html"} {/foreach} {/if}
{$lang.checkout_bar_delivery}
{$lang.checkout_bar_payment}
{$lang.checkout_bar_confirmation}
{$lang.checkout_bar_finished}
{if $mySystem.sed} {/if}

{$lang.text_selected_billing_destination}

{$lang.button_change_address}
{$lang.title_billing_address}
{oos_address_label customers_id=$smarty.session.customer_id address_id=$smarty.session.billto}

{if sizeof($selection) > 1 }

{$lang.text_select_payment_method}

{$lang.title_please_select}
{else}

{$lang.text_enter_payment_information}

{/if}
{section name=i loop=$selection} {if isset($selection[i].error)} {else} {section name=n loop=$selection[i].fields} {/section} {/if} {/section}
{$selection[i].module}
{if sizeof($selection) > 1 } {if $selection[i].id eq $smarty.session.payment} {else} {/if} {else} {/if}
{$selection[i].fields[n].title} {$selection[i].fields[n].field}
{$credit_selection}
{include file="phoenix/system/_footer.html"}