{* order etap 2 *}

{$smarty.const.STRING_ORDERING}

{$smarty.const.STRING_ORDER_SHIPPING}

{$smarty.const.STRING_SHIPPING_ADDRESS}:
{$strAddress}

{$smarty.const.STRING_SELECT_ORDER_SHIPPING_METHOD_PROMPT}:

{if $shipping_methods} {section name=i loop=$shipping_methods} {if $shipping_costs[i] ne "n/a"} {/if} {/section}
{$shipping_methods[i].Name}
{$shipping_methods[i].description}
{count item=_CostsNum array=$shipping_costs[i]} {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}

{if $shipping_methods_count > 1} {/if}