{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_choose_shipping_destination}

{$lang.button_change_address}
{$lang.title_shipping_address}
{oos_address_label customers_id=$smarty.session.customer_id address_id=$smarty.session.sendto}

{if $counts_shipping_modules > 0 } {if sizeof($quotes) > 1 }

{$lang.text_choose_shipping_method}

{$lang.title_please_select}
{elseif $free_shipping eq false }

{$lang.text_enter_shipping_information}

{/if} {if $free_shipping eq true }

{$oos_free_shipping_description}

{else}
{section name=i loop=$quotes} {if isset($quotes[i].error)} {else} {section name=n loop=$quotes[i].methods} {if ( ($smarty.section.i.total > 1) || ($smarty.section.n.total > 1) ) } {else} {/if} {/section} {/if} {/section}
{$quotes[i].module} {$quotes[i].icon}
{$quotes[i].methods[n].title}{oos_cost price=$quotes[i].methods[n].cost tax=$quotes[i].tax}
{if $quotes[i].methods[n].id eq $sess_method } {else} {/if}
{oos_cost price=$quotes[i].methods[n].cost tax=$quotes[i].tax}
{/if} {/if}
{include file="phoenix/system/_footer.html"}