{* order etap 2 *}

{$smarty.const.STRING_ORDERING}

{$smarty.const.STRING_ORDER_SHIPPING}

{$smarty.const.STRING_SHIPPING_ADDRESS}:
{if $shippingAddressID > 0}{$strAddress}{else}{$smarty.const.STRING_ADDRESS_NOT_SPECIFIED}{/if}

{if $defaultBillingAddressID} {else} {/if} {$smarty.const.STRING_CHANGE_ADDRESS}

{$smarty.const.STRING_SELECT_ORDER_SHIPPING_METHOD_PROMPT}:

{if $shipping_methods} {section name=i loop=$shipping_methods} {if $shipping_costs[i] ne "n/a"} {count item=_CostsNum array=$shipping_costs[i]} {/if} {/section}
{$shipping_methods[i].Name}
{$shipping_methods[i].description}
{if $_CostsNum>1} {else} {$shipping_costs[i][0].rate} {/if}
{else} {$smarty.const.STRING_NO_SHIPPING_METHODS_TO_SELECT}... {/if} {literal} {/literal}

{if $shipping_methods} {if $shippingAddressID==0}
{$smarty.const.STRING_PLEASE_SPECIFY_ADDRESS}{/if} {/if}

{if $shipping_methods_count > 1} {/if}