{* шаблон формы выбора способа доставки (с регистрацией покупателя в магазине) *} {assign var="preheader" value="+"} {if $isadmin eq "yes"}{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} {/section} {else} {/if}
{$smarty.const.STRING_SELECT_ORDER_SHIPPING_METHOD_PROMPT}
{$shipping_methods[i].Name}
{$shipping_methods[i].description}
{if $shipping_costs[i][0].rate ne ""}{if $_CostsNum>1} {else}{$shipping_costs[i][0].rate}{/if}{else}{$smarty.const.STRING_ZERO_SHIPPING}{/if}
{$smarty.const.STRING_NO_SHIPPING_METHODS_TO_SELECT}
{$smarty.const.CONTINUE_BUTTON}