{* Шаблон оформления заказа - выбор способа доставки *} {assign var="preheader" value="+"} {if $admlink}{assign var="postheader" value=`$preheader``$smarty.const.STRING_ORDERING`}{else}{assign var="postheader" value=$smarty.const.STRING_ORDERING}{/if} {include file="header.tpl.html" header=$postheader}
{$smarty.const.STRING_ORDER_SHIPPING}
{if $shipping_methods} {if $shippingAddressID==0}
{$smarty.const.STRING_PLEASE_SPECIFY_ADDRESS}
{/if} {/if} {if $shipping_methods} {section name=i loop=$shipping_methods} {if $shipping_costs[i] ne "n/a"} {count item=_CostsNum array=$shipping_costs[i]} {if $shipping_costs[i][0].rate ne ""}{/if} {/if} {/section} {else} {/if}
{$smarty.const.STRING_SELECT_ORDER_SHIPPING_METHOD_PROMPT}
{$shipping_methods[i].Name}
{$shipping_methods[i].description}
{if $_CostsNum>1}{else}{$shipping_costs[i][0].rate}{/if}
{$smarty.const.STRING_NO_SHIPPING_METHODS_TO_SELECT}
{literal} {/literal}
{$smarty.const.CONTINUE_BUTTON}